summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-27 19:27:23 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-27 19:27:23 -0400
commit72cbe1bd4af8c73c973db1672817c1a4d1183019 (patch)
tree8f83d6b0cd64cf05f1f3e747b7cf6fc8724fa8de /usr/local/www
parentd1f4a1cecda7b5cd11ef6b2ddc5b42b53171b4e6 (diff)
downloadpfsense-72cbe1bd4af8c73c973db1672817c1a4d1183019.zip
pfsense-72cbe1bd4af8c73c973db1672817c1a4d1183019.tar.gz
Add packages on 2.0
Diffstat (limited to 'usr/local/www')
-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 cd4439d..9700df2 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -123,7 +123,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
output_menu_item("/system_advanced_admin.php", "Advanced");
output_menu_item("/system_firmware.php", "Firmware");
output_menu_item("/system.php", "General Setup");
- if ($g['platform'] == "pfSense")
+ if ($g['platform'] == "pfSense" or $g['platform'] == "nanobsd")
output_menu_item("/pkg_mgr.php", "Packages");
output_menu_item("/wizard.php?xml=setup_wizard.xml", "Setup Wizard");
output_menu_item("/system_gateways.php", "Routing");
OpenPOWER on IntegriCloud