register_globals transition

pull/1/head
root 17 years ago
parent 989c35919b
commit 93b5305f4b

@ -1,5 +1,5 @@
<?
if($process == "Confirm, I agree to these terms and conditions" && $iagree == "yes")
if($_REQUEST['iagree'] == "yes")
{
$output_file = $fname = readlink("../tarballs/current.tar.bz2");

Loading…
Cancel
Save