]> i-scream Git - www.i-scream.org.git/commitdiff
Download CGI now points the user to the downloads directory when they
authorPaul Mutton <pjm2@i-scream.org>
Fri, 25 May 2001 17:38:36 +0000 (17:38 +0000)
committerPaul Mutton <pjm2@i-scream.org>
Fri, 25 May 2001 17:38:36 +0000 (17:38 +0000)
download something

cgi-bin/download.cgi

index 6ac9978e14e91bff2e02a2414185f583d146a932..fb3a69414230a9a1904c19d5f570e31fd041ba03 100755 (executable)
@@ -19,7 +19,7 @@ $| = 1;
 #--------------------------------------------------------------
 # Essential Settings
 #--------------------------------------------------------------
-my ($build_dir) = "/builds";
+my ($build_dir) = "/downloads";
 my ($log_file) = "download_log";
 my ($left) = "../left.inc" ;
 my ($title) = "../title.inc";