Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-15
1998-04-15 14:44:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f2308c98da1885cefe683d8ea2fad7e6bebbae32 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Disabled Manuals-node again.
Rev: server/base_server/mainconfig.pike:1.103
1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
102
1998/04/
09
15:
18
:
40
grubba Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
103
1998/04/
15
14
:
44
:
20
grubba Exp $";
//inherit "roxenlib"; inherit "config/draw_things";
1041:
"Globals":"/Globals", "Errors":"/Errors", "Actions":"/Actions",
+
#ifdef ENABLE_MANUAL
"Docs":"/Docs"
-
+
#endif /* ENABLE_MANUAL */
]); array tabs = ({
1049:
"Globals", "Errors", "Actions",
+
#ifdef ENABLE_MANUAL
"Docs",
-
+
#endif /* ENABLE_MANUAL */
}); array tab_names = ({
1057:
"Global Variables", "Event Log", "Actions",
+
#ifdef ENABLE_MANUAL
"Manual",
-
+
#endif /* ENABLE_MANUAL */
});