Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv31245/lib/SandWeb
Modified Files:
File.pm
Log Message:
upload now returns you to the file you were viewing
Index: File.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -U2 -r1.31 -r1.32
--- File.pm 2002/01/18 07:40:07 1.31
+++ File.pm 2002/01/18 07:49:31 1.32
@@ -135,10 +135,4 @@
close UPLOADFILE;
-
-print "content-type:text/html\n\n";
-print "all done!";
-print "$filehandle";
-
-exit 1;
}
|