Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-10-04
2000-10-04 21:29:20 by Per Hedbor <ph@opera.com>
053a552ea7bb2aa00f2094d5a3d28163502cf21a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Less privacy
Rev: server/base_server/configuration.pike:1.383
1:
// A vitual server's main configuration // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: configuration.pike,v 1.
382
2000/
09
/
30
19
:
19
:
49
per Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
383
2000/
10
/
04
21
:
29
:
20
per Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
183:
private mapping (int:string) log_format = ([]); // A list of priority objects
-
private
array (Priority) pri = allocate_pris();
+
array (Priority) pri = allocate_pris();
public mapping modules = ([]); //! All enabled modules in this site.