Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
108
1998/09/
11
22
:
15
:
21
per
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
109
1998/09/
30
17
:
38
:
17
grubba
Exp $";
//inherit "roxenlib"; inherit "config/draw_things"; // import Array; // import Stdio; string status_row(object node); string display_tabular_header(object node); object get_template(string t);
Roxen.git/server/base_server/mainconfig.pike:603:
foreach(mods, string mod) { sscanf(mod, "%s#", mod); if(!roxen->allmodules) { roxen_perror("CONFIG: Rescanning modules (doc string).\n"); roxen->rescan_modules(); roxen_perror("CONFIG: Done.\n"); }
-
if(!roxen->allmodules[mod]) res += "<li>The unknown
modules
'"+mod+"'\n";
+
if(!roxen->allmodules[mod]) res += "<li>The unknown
module
'"+mod+"'\n";
else res += "<li>"+roxen->allmodules[mod][0]+"\n"; } return res+"</ul>"; } string configuration_docs() { string res=""; foreach(get_dir("server_templates"), string c) {