summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 03:58:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 03:58:14 +0000
commit9f0d40c12496208e28acd98b1aeb15c0f165d16a (patch)
treef751958d013e7fb54d186deaf82a988dfcea0178 /usr
parent83ddedcda4dd61770821a92f16ce6047e1efc18d (diff)
downloadpfsense-9f0d40c12496208e28acd98b1aeb15c0f165d16a.zip
pfsense-9f0d40c12496208e28acd98b1aeb15c0f165d16a.tar.gz
Only activate manual update tab
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 0540c58..d8f5f20 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -144,7 +144,7 @@ print_info_box($sig_warning);
$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", true, "system_firmware_settings.php");
+ $tab_array[2] = array("Updater Settings", false, "system_firmware_settings.php");
display_top_tabs($tab_array);
?>
</td>
OpenPOWER on IntegriCloud