summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-17 00:11:34 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-17 00:11:34 -0400
commit5ac70f131413c89c490d77507390f81cf583a5a2 (patch)
tree3e96a4bb31773112904b2515cdc39fc591093771 /usr
parentfd9ba63ca69656cabe25a67c655515fa5032577b (diff)
downloadpfsense-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')
-rwxr-xr-xusr/local/www/fbegin.inc2
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");
OpenPOWER on IntegriCloud