Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-14
2000-01-14 19:04:19 by Marcus Comstedt <marcus@mc.pp.se>
6574a84cd598d3dd9bbd24877e4e81d290d71c06 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed slash-bug in argcache (hopefully).
Rev: server/base_server/roxen.pike:1.390
5:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
389
2000/01/
12
23
:
20
:
10
grubba
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
390
2000/01/
14
19
:
04
:
19
marcus
Exp $";
object backend_thread; ArgCache argcache;
2254:
} return 0; } else {
-
if( file_stat( path+id ) )
+
if(
search( id, "/" )<0 &&
file_stat( path+id ) )
return Stdio.read_bytes(path+"/"+id); } return 0;