Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-25
2000-03-25 23:49:26 by Martin Nilsson <mani@lysator.liu.se>
18f5fa41035a3ef2086d53c3ebe96996ffaf09ce (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Better default value for MyWorldLocation
Rev: server/base_server/configuration.pike:1.290
3:
// // German translation by Kai Voigt
-
constant cvs_version = "$Id: configuration.pike,v 1.
289
2000/03/
24
21
:
21
:
48
per
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
290
2000/03/
25
23
:
49
:
26
nilsson
Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
3335:
epostadresser, samt för att generera skönskvärdet för serverurl variablen.");
-
defvar("MyWorldLocation", "", "Server URL", TYPE_STRING,
+
defvar("MyWorldLocation", "
http://
"
+gethostname()+"/"
, "Server URL", TYPE_STRING,
"This is the main server URL, where your start page is located."); deflocaledoc( "deutsch", "MyWorldLocation",