Remove debugging

This commit is contained in:
Andrew Z
2020-01-19 16:28:07 -05:00
parent 9faa82278e
commit 44af35f29b

View File

@@ -80,7 +80,6 @@ switch ($_POST['action']) {
$existing = file_get_contents("/tmp/reboot_notifications");
$newReboots = str_replace($message,"",$existing);
file_put_contents("/tmp/reboot_notifications",$newReboots);
file_put_contents("/tmp/blah","here");
break;
}
?>