mirror of
https://github.com/unraid/webgui.git
synced 2026-01-26 03:29:08 -06:00
Fix automatic shutdown while being logged in
This commit is contained in:
@@ -157,6 +157,9 @@ $(document).ajaxSend(function(elm, xhr, s){
|
||||
</script>
|
||||
</head>
|
||||
<?
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST'){
|
||||
|
||||
|
||||
$safemode = '/boot/unraidsafemode';
|
||||
$progress = (_var($var,'fsProgress')!='') ? "<br><span class='blue'>{$var['fsProgress']}</span>" : "<br> ";
|
||||
|
||||
@@ -187,5 +190,6 @@ default:
|
||||
echo '</div>';
|
||||
echo '<div class="sub2"></div>';
|
||||
echo '</body>';
|
||||
}
|
||||
?>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user