Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv7919/bin
Modified Files:
sandweb.cgi
Log Message:
ok, edit_file actually works when called from view_file now :)
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.106
retrieving revision 1.107
diff -U2 -r1.106 -r1.107
--- sandweb.cgi 2001/12/21 08:12:20 1.106
+++ sandweb.cgi 2001/12/21 08:29:02 1.107
@@ -533,4 +533,6 @@
PROGNAME => $progname,
CONTENT => "$content",
+ LOCATION => $location,
+ FILENAME => $filename,
FULLPATH => "$users_dir/$username/$location",
);
|