Branch: Tag:

1996-11-14

1996-11-14 02:23:37 by David Hedbor <david@hedbor.org>

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>";