Revision 5ac70f13
Added by Scott Ullrich almost 16 years ago
usr/local/www/fbegin.inc | ||
---|---|---|
55 | 55 |
$system_menu[] = array("General Setup", "/system.php"); |
56 | 56 |
$system_menu[] = array("Logout", "/index.php?logout"); |
57 | 57 |
if ($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") |
58 |
$system_menu[] = array("Packages", "/pkg_mgr.php"); |
|
58 |
$system_menu[] = array("Packages", "/pkg_mgr_installed.php");
|
|
59 | 59 |
$system_menu[] = array("Setup Wizard", "/wizard.php?xml=setup_wizard.xml"); |
60 | 60 |
$system_menu[] = array("Routing", "/system_gateways.php"); |
61 | 61 |
$system_menu[] = array("Cert Manager", "/system_camanager.php"); |
Also available in: Unified diff
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