Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv16459/bin
Modified Files:
sandweb.cgi
Log Message:
fixed a bug I caused by fixing Browse ;)
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.90
retrieving revision 1.91
diff -U2 -r1.90 -r1.91
--- sandweb.cgi 2001/12/06 23:35:51 1.90
+++ sandweb.cgi 2001/12/07 00:18:19 1.91
@@ -355,5 +355,5 @@
root => $vcsroot,
repo_type => $repo_type,
- sandbox => "$users_dir/$username",
+ sandbox => "$users_dir/$username/$location",
);
|