Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-30
1998-09-30 17:38:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3e7f25c247fe8527e7aee73dc207de83b9eb72b0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed minor typo.
Rev: server/base_server/mainconfig.pike:1.109
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";
610:
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>";