Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-04
1998-01-04 07:25:54 by Peter Bortas <zino@lysator.liu.se>
01a57e13a4fbaba47d4f19c20e627f9e470ed05f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Changed default of 'Handle PUT method' to no.
Rev: server/modules/filesystems/filesystem.pike:1.25
4:
// It will be located somewhere in the name-space of the server. // Also inherited by some of the other filesystems.
-
string cvs_version= "$Id: filesystem.pike,v 1.
24
1997
/
10
/
11
20
:
54
:
21
grubba
Exp $";
+
string cvs_version= "$Id: filesystem.pike,v 1.
25
1998
/
01
/
04
07
:
25:
54
peter
Exp $";
int thread_safe=1;
76:
"If set, files ending with '~' or '#' or '.bak' will "+ "be shown in directory listings");
-
defvar("put",
1
, "Handle the PUT method", TYPE_FLAG,
+
defvar("put",
0
, "Handle the PUT method", TYPE_FLAG,
"If set, PUT can be used to upload files to the server."); defvar("delete", 0, "Handle the DELETE method", TYPE_FLAG,