Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-02
1998-03-02 18:50:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
71c7b19e81994184a43ddc7c096b41586de4da33 (
37
lines) (+
20
/-
17
)
[
Show
|
Annotate
]
Branch:
5.2
Minor change.
Rev: server/base_server/configuration.pike:1.109
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
108
1998/03/02
04
:
30
:
36
neotron
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
109
1998/03/02
18
:
50
:
26
grubba
Exp $";
#include <module.h> #include <roxen.h>
587:
if(!host) host=oh; if(!stringp(host)) host = "error:no_host";
+
else
+
host = (host/" ")[0]; // In case it's an IP we don't want the port.
if(fun) fun(replace(rest, "$host", host)); }