debugging

This commit is contained in:
2015-07-10 16:26:49 +03:00
parent 5838b25339
commit 25dade2bf0

View File

@@ -38,13 +38,16 @@ if($SURE == "yes")
// Execute command and give output // Execute command and give output
$output = shell_exec($command); $output = shell_exec($command);
echo "<pre>$output</pre>"; echo "<pre>$output</pre>";
# Delete passfile
unlink($PASSFILE);
} }
else else
{ {
echo "You did not hit the necessary checkbox. Aborting."; echo "You did not hit the necessary checkbox. Aborting.";
} }
//unlink($PASSFILE);
?> ?>