debugging
This commit is contained in:
@@ -38,13 +38,16 @@ if($SURE == "yes")
|
||||
// Execute command and give output
|
||||
$output = shell_exec($command);
|
||||
echo "<pre>$output</pre>";
|
||||
|
||||
# Delete passfile
|
||||
unlink($PASSFILE);
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "You did not hit the necessary checkbox. Aborting.";
|
||||
}
|
||||
|
||||
//unlink($PASSFILE);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user