Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:793:
node->data[VAR_VALUE] = id->variables->pattern; node->change(1); } root->save(); return std_redirect(root, id); } } 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>"; res += ("<pre>" "<font size=+1>" "<form action=/(initial)/Globals/>" " User name <input name=user type=string>\n" " Password <input name=pass type=password>\n" " Again <input name=pass2 type=password>\n" "IP-pattern <input name=pattern type=string>\n"