Automated the filename of the tarball

pull/1/head
root 18 years ago
parent b5a638bdab
commit 6b7cdb4161

@ -1,7 +1,7 @@
<?
if($process == "Confirm, I agree to these terms and conditions" && $iagree == "yes")
{
$output_file = $fname = "cacert-20070223.tar.bz2";
$output_file = $fname = readlink("../tarballs/current.tar.bz2");
header('Pragma: public');

Loading…
Cancel
Save