summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_reboot.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-06 20:44:38 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-06 20:44:38 +0000
commit1f70d78cf0e357ef4161e3b0f839abe02d3c0b2e (patch)
tree59e499693e045031801fb28a78a94e9a5f7e9f31 /src/usr/local/www/diag_reboot.php
parent311e4ad5ea15f8303205b31a2bc4afc868ee9441 (diff)
downloadpfsense-1f70d78cf0e357ef4161e3b0f839abe02d3c0b2e.zip
pfsense-1f70d78cf0e357ef4161e3b0f839abe02d3c0b2e.tar.gz
Fix minor typos and correct code standards
Diffstat (limited to 'src/usr/local/www/diag_reboot.php')
-rwxr-xr-xsrc/usr/local/www/diag_reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_reboot.php b/src/usr/local/www/diag_reboot.php
index b53fc9b..9547755 100755
--- a/src/usr/local/www/diag_reboot.php
+++ b/src/usr/local/www/diag_reboot.php
@@ -79,7 +79,7 @@ include("head.inc");
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
if (DEBUG) {
- print_info_box("Not actually rebooting (DEBUG is set true)", success);
+ print_info_box("Not actually rebooting (DEBUG is set true)", 'success');
} else {
print('<div><pre>');
system_reboot();
OpenPOWER on IntegriCloud