summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-24 04:56:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-24 04:56:57 +0000
commitda55e467dde94534c6ac83cee329d9800b07467c (patch)
tree9169eb8675891d24ef96a5fe6265f515a9eb6a03 /usr/local/www/system_firmware.php
parentffb90d9dfbc86f16a9d73bbc3089c850bd9e3c4f (diff)
downloadpfsense-da55e467dde94534c6ac83cee329d9800b07467c.zip
pfsense-da55e467dde94534c6ac83cee329d9800b07467c.tar.gz
Just because elvis is dead, does not mean our auto updating system
needs to be. Bring it back from the dead and make it match the new world order. Add a custom URL firmware update page which will have snapshot support shortly.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index b6270ba..ea25156 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -31,6 +31,10 @@
$d_isfwfile = 1;
require_once("guiconfig.inc");
+
+$curcfg = $config['system']['firmware'];
+
+
require_once("xmlrpc_client.inc");
/* Allow additional execution time 0 = no limit. */
@@ -135,6 +139,7 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
}
}
+$pgtitle = array("Diagnostics","Firmware");
include("head.inc");
?>
@@ -165,8 +170,8 @@ print_info_box($sig_warning);
<?php
$tab_array = array();
$tab_array[0] = array("Manual Update", true, "system_firmware.php");
- //$tab_array[1] = array("Auto Update", false, "system_firmware_check.php");
- //$tab_array[2] = array("Updater Settings", false, "system_firmware_settings.php");
+ $tab_array[1] = array("Auto Update", false, "system_firmware_check.php");
+ $tab_array[2] = array("Updater Settings", false, "system_firmware_settings.php");
display_top_tabs($tab_array);
?>
</td>
OpenPOWER on IntegriCloud