summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/page.inc.php
diff options
context:
space:
mode:
authorUdo Walter2017-09-26 13:37:49 +0200
committerUdo Walter2017-09-26 13:37:49 +0200
commit3b8cd9a1a69df094c2c3af767b3fdc14eeb8fbbb (patch)
tree65afd82161329713be919313edc376ffecfc9dc6 /modules-available/systemstatus/page.inc.php
parent[systemstatus] fixed inconsistencies (diff)
downloadslx-admin-3b8cd9a1a69df094c2c3af767b3fdc14eeb8fbbb.tar.gz
slx-admin-3b8cd9a1a69df094c2c3af767b3fdc14eeb8fbbb.tar.xz
slx-admin-3b8cd9a1a69df094c2c3af767b3fdc14eeb8fbbb.zip
[systemstatus] bugfix
Diffstat (limited to 'modules-available/systemstatus/page.inc.php')
-rw-r--r--modules-available/systemstatus/page.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules-available/systemstatus/page.inc.php b/modules-available/systemstatus/page.inc.php
index f7ec7022..7ee9e5a4 100644
--- a/modules-available/systemstatus/page.inc.php
+++ b/modules-available/systemstatus/page.inc.php
@@ -15,10 +15,6 @@ class Page_SystemStatus extends Page
}
if (Request::post('action') === 'reboot') {
- if (Request::post('confirm') !== 'yep') {
- Message::addError('reboot-unconfirmed');
- Util::redirect('?do=SystemStatus');
- }
$this->rebootTask = Taskmanager::submit('Reboot');
}
}