Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-03-06
2002-03-06 09:27:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4ece36c1c7d5fa594f5736dea761a1f44c1a58a7 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
2.2
Fixed [bug
2819 (#2819)
].
Rev: server/base_server/configuration.pike:1.496
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
495
2001
/
11
/
12
17
:
51
:
54
mast
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
496
2002
/
03
/
06
09
:
27
:
49
grubba
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
128:
void dump( ) { write( "\n"+url+": \n" );
-
ADT.Table t = ADT.Table
->
table( summarize_table(),
+
ADT.Table
.table
t = ADT.Table
.
table( summarize_table(),
({ "What", "Calls", "Time", "CPU", "t/call(ms)", "cpu/call(ms)" }));