diff --git a/submit.php b/submit.php index 60b08bf..f8bc68e 100644 --- a/submit.php +++ b/submit.php @@ -38,13 +38,16 @@ if($SURE == "yes") // Execute command and give output $output = shell_exec($command); echo "
$output
"; + + # Delete passfile + unlink($PASSFILE); } else { echo "You did not hit the necessary checkbox. Aborting."; } -//unlink($PASSFILE); + ?>