From 5ac70f131413c89c490d77507390f81cf583a5a2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 17 Oct 2009 00:11:34 -0400 Subject: 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 --- usr/local/www/fbegin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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"); -- cgit v1.1