debugging
This commit is contained in:
@@ -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);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user