Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-26
1998-04-26 19:17:38 by Mattias Wingstedt <mattias@wingstedt.org>
8223070ef5330e29dcc8dee8dc585aa115a9ed67 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
o try_get_file now cares for the nocache argument
Rev: server/base_server/configuration.pike:1.122
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
121
1998/04/
24
08
:
39
:
13
per
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
122
1998/04/
26
19
:
17
:
38
wing
Exp $";
#include <module.h> #include <roxen.h>
1880:
else error("No ID passed to 'try_get_file'\n");
-
if(!id->pragma["no-cache"] )
+
if(!id->pragma["no-cache"]
&& !nocache
)
if(res = cache_lookup("file:"+id->conf->name, s)) return res;