Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-07-09
2000-07-09 18:19:12 by Per Hedbor <ph@opera.com>
3f2fcefcc8d477a7f9dc0b85178ddfcf5b3178d9 (
8
lines) (+
3
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Removed extra variables mapping (oups)
Rev: server/base_server/configuration.pike:1.318
3:
// // German translation by Kai Voigt
-
constant cvs_version = "$Id: configuration.pike,v 1.
317
2000/07/09
16
:
09
:
25
nilsson
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
318
2000/07/09
18
:
19
:
12
per
Exp $";
constant is_configuration = 1; #include <module.h> #include <module_constants.h>
59:
function auth_fun; string name;
-
-
mapping variables = ([]);
-
+
int inited;
-
+
int config_id;
-
+
int get_config_id() { if(config_id) return config_id; for(int i=sizeof(roxen->configurations); i;)