[LON-CAPA-cvs] cvs: loncom /cgi decompress.pl
taceyjo1
lon-capa-cvs@mail.lon-capa.org
Sat, 18 Oct 2003 17:42:45 -0000
taceyjo1 Sat Oct 18 13:42:45 2003 EDT
Modified files:
/loncom/cgi decompress.pl
Log:
Fixed the last bug, thanks gerd, works great
Index: loncom/cgi/decompress.pl
diff -u loncom/cgi/decompress.pl:1.1 loncom/cgi/decompress.pl:1.2
--- loncom/cgi/decompress.pl:1.1 Sat Oct 18 13:16:22 2003
+++ loncom/cgi/decompress.pl Sat Oct 18 13:42:45 2003
@@ -80,4 +80,4 @@
}
print "Content-type: text/html\n\n";
print '<META http-equiv="refresh" content="0; URL=';
-print "http://$ENV{'SERVER_NAME'}/priv/$ENV{'user.name'}/$back_path"; print '" target=_top>';
+print "http://$ENV{'SERVER_NAME'}/~$ENV{'user.name'}/$back_path"; print '" >';
\ No newline at end of file