From: Paul Mutton Date: Fri, 25 May 2001 17:38:36 +0000 (+0000) Subject: Download CGI now points the user to the downloads directory when they X-Git-Tag: PRE_WWW_REDESIGN~182 X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=65ba3173cb131781eeb4f53054b7baa8c174f8e5;p=www.i-scream.org.git Download CGI now points the user to the downloads directory when they download something --- diff --git a/cgi-bin/download.cgi b/cgi-bin/download.cgi index 6ac9978..fb3a694 100755 --- a/cgi-bin/download.cgi +++ b/cgi-bin/download.cgi @@ -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";