summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-14 21:49:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-14 21:49:40 -0400
commit1d333258dc840cfdfa91d4d5566a9189e0ead9fe (patch)
tree68da71aa2427e130ff8f7d4556c07314daa86afc /usr/local/www/reboot.php
parent7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67 (diff)
downloadpfsense-1d333258dc840cfdfa91d4d5566a9189e0ead9fe.zip
pfsense-1d333258dc840cfdfa91d4d5566a9189e0ead9fe.tar.gz
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index adc0b31..6f837b4 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -36,7 +36,6 @@
##|*MATCH=reboot.php*
##|-PRIV
-
require("guiconfig.inc");
if ($_POST) {
@@ -47,7 +46,6 @@ if ($_POST) {
}
}
-
$pgtitle = array("Diagnostics","Reboot System");
include("head.inc");
@@ -77,4 +75,5 @@ if ($_POST) {
exit;
}
}
-?>
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud