summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-30 09:28:22 -0200
committerRenato Botelho <renato@netgate.com>2015-11-30 09:28:22 -0200
commitec27c3aadaf77e1f20d1a114a5aa1e1f692d974d (patch)
tree92eac18b8b9a25cd2683cd11c0918a6cd55619e4 /src/usr/local/www/system_update_settings.php
parent4d84821dd47f202bc43b81a0150b85bdcf31e772 (diff)
downloadpfsense-ec27c3aadaf77e1f20d1a114a5aa1e1f692d974d.zip
pfsense-ec27c3aadaf77e1f20d1a114a5aa1e1f692d974d.tar.gz
Keep tabs in the same order of pkg_mgr_install.php
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index 9cd95ac..b93e5dc 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -124,8 +124,8 @@ if ($savemsg)
print_info_box($savemsg, 'success');
$tab_array = array();
-$tab_array[] = array(gettext("Update Settings"), true, "system_update_settings.php");
$tab_array[] = array(gettext("System Update"), false, "pkg_mgr_install.php?id=firmware");
+$tab_array[] = array(gettext("Update Settings"), true, "system_update_settings.php");
display_top_tabs($tab_array);
$form = new Form();
OpenPOWER on IntegriCloud