Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1996-11-14
1996-11-14 02:23:37 by David Hedbor <david@hedbor.org>
675b35e6d5796d443c8f06865ced09144c79fc48 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
read_file() -> read_bytes() för welcome.html
Rev: server/base_server/mainconfig.pike:1.3
800:
res = default_head("Welcome to Roxen Challenger") + "<hr noshade>";
-
res += read_
file
("etc/welcome.html");
-
+
res += read_
bytes
("etc/welcome.html");
if(error && strlen(error)) res += "\n<p><b>"+error+"</b>";