diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-17 00:11:34 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-17 00:11:34 -0400 |
commit | 5ac70f131413c89c490d77507390f81cf583a5a2 (patch) | |
tree | 3e96a4bb31773112904b2515cdc39fc591093771 /usr/local | |
parent | fd9ba63ca69656cabe25a67c655515fa5032577b (diff) | |
download | pfsense-5ac70f131413c89c490d77507390f81cf583a5a2.zip pfsense-5ac70f131413c89c490d77507390f81cf583a5a2.tar.gz |
When a user clicks on System -> Packages take them to the installed packages tab by default. This will help remind them of package updates that are needed before insalling a new package
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index d65598d..00a232b 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -55,7 +55,7 @@ $system_menu[] = array("Firmware", "/system_firmware.php"); $system_menu[] = array("General Setup", "/system.php"); $system_menu[] = array("Logout", "/index.php?logout"); if ($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") - $system_menu[] = array("Packages", "/pkg_mgr.php"); + $system_menu[] = array("Packages", "/pkg_mgr_installed.php"); $system_menu[] = array("Setup Wizard", "/wizard.php?xml=setup_wizard.xml"); $system_menu[] = array("Routing", "/system_gateways.php"); $system_menu[] = array("Cert Manager", "/system_camanager.php"); |