summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-13 12:58:25 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-13 12:58:46 -0500
commitd729ab36575175901bae2a2d0fd9a93389a8b7ec (patch)
treed5af6e77f78f179b6f91c54d51d4f2e34891d8ff /src/usr/local/www/head.inc
parent3a452a3ec7e11f0453d55f4a7761303a401315a7 (diff)
downloadpfsense-d729ab36575175901bae2a2d0fd9a93389a8b7ec.zip
pfsense-d729ab36575175901bae2a2d0fd9a93389a8b7ec.tar.gz
Staging
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index fe8d34c..be0d572 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -188,7 +188,7 @@ function output_menu($arrayitem, $target = null) {
$system_menu = array();
$system_menu[] = array(gettext("Logout"), "/index.php?logout");
$system_menu[] = array(gettext("Advanced"), "/system_advanced_admin.php");
-$system_menu[] = array(gettext("Firmware"), "/system_firmware.php");
+$system_menu[] = array(gettext("Upgrade"), "/pkg_mgr_install.php?id=firmware");
$system_menu[] = array(gettext("General Setup"), "/system.php");
$system_menu[] = array(gettext("High Avail. Sync"), "/system_hasync.php");
if ($g['platform'] == $g['product_name'] or $g['platform'] == "nanobsd") {
OpenPOWER on IntegriCloud