Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
23
1996/12/06
15
:
57
:
24
per Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
24
1996/12/06
17
:
04
:
19
per Exp $";
inherit "roxenlib"; inherit "config/draw_things"; #include <confignode.h> #include <module.h> #define dR "00" #define dG "06" #define dB "30"
Roxen.git/server/base_server/mainconfig.pike:186:
mapping stores( string s ) { return ([ "data":replace(s, "$docurl", roxen->docurl), "type":"text/html", "extra_heads": ([ "Title":"Roxen Challenger maintenance",
-
"Expires":http_date(time(1)+2),
-
"Pragma":"no-cache",
+
//
"Expires":http_date(time(1)+2),
+
//
"Pragma":"no-cache",
"Last-Modified":http_date(time(1)), ]) ]); } object find_module(string name) { mapping mod; object o; string s;