From 25dade2bf0e28b2919f182259834893d63c093f5 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 10 Jul 2015 16:26:49 +0300 Subject: [PATCH] debugging --- submit.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); + ?>