mirror of
https://github.com/unraid/webgui.git
synced 2026-03-20 20:02:44 -05:00
Remove debugging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user