Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-12-15
1997-12-15 02:04:49 by Peter Bortas <zino@lysator.liu.se>
4f55ffec137677e8a83d3e621770e6c5d5ea926f (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Removed the buggy 'Copy of' in new virtual server.
Rev: server/base_server/mainconfig.pike:1.86
1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
85
1997/12/15
01
:
25
:
53
grubba
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
86
1997/12/15
02
:
04
:
49
peter
Exp $";
//inherit "roxenlib"; import Image;
537:
string configuration_list() { string res="";
+
/* FIXME
object o; foreach(roxen->configurations, o) res += "<option>Copy of '"+o->name+"'\n";
-
+
*/
return res; }
614:
"<p>The only thing the type change is the initial " "configuration of the server.\n" "<p>The types are:<dl>\n" + configuration_docs() +
+
/* FIXME
"<dt><b>Copy of ...</b>:\n" "<dd>Make an exact copy of the mentioned virtual server.\n" "You should change at least the listen ports.<p>\n" "This can be very useful, since you can make 'template' virtual " "servers (servers without any open ports), that you can copy later "
-
"on.\n</dl>\n</body>\n");
+
"on.\n
"
+
*/
+
"
</dl>\n</body>\n");
}