X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fdownload.cgi;h=a51abadd777553f181beb8caddecfba573bced33;hb=bf4c2c7a1e482ddfb7225425020bf2729545660a;hp=7134d478ef94a03b52e84efcbac1f69e6a58185b;hpb=51cf12e9a7f2cf419e01be468deb80302c8de485;p=www.i-scream.org.git diff --git a/cgi-bin/download.cgi b/cgi-bin/download.cgi index 7134d47..a51abad 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"; @@ -96,10 +96,11 @@ END

i-scream builds

- At the current moment, all i-scream builds may be downloaded free - of charge. If you wish to be alerted infrequently about important issues - regarding the i-scream montoring system, then we would recommend that - you provide your contact details below. All fields are optional. + If you wish your details to be kept so we can contact you in the + future about i-scream, please enter them below. At the moment we + are not using this information, but we may collate a list of + details for when we make a new major release. All details are + optional - do not feel obliged to enter anything!
@@ -154,5 +155,5 @@ exit; # Print a file without escaping HTML: - sub print_html ($) { my ($filename) = @_; - print `cat $filename`; + print `cat $filename 2>&1`; }