Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-03
2001-09-03 16:31:47 by Per Hedbor <ph@opera.com>
8dff0d77b0ad926be44ea9f1bda096ced2785262 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Create ../var if it does not exist (for rbf)
Rev: server/base_server/roxen.pike:1.726
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
725
2001/09/03
08
:
56
:
29
stewa
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
726
2001/09/03
16
:
31
:
47
per
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
3945:
argv = tmp; tmp = 0;
+
// For RBF
+
catch(mkdir( "../var" ));
+
dbm_cached_get = master()->resolv( "DBManager.cached_get" ); dbm_cached_get( "local" )->