summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-12 15:02:20 -0300
committerRenato Botelho <renato@netgate.com>2016-10-12 15:02:20 -0300
commit9f08c2b001cd64031a853f9e8b01c5b15f981e1a (patch)
tree0747025d451ec2578763dabfd5c0e6a300e8eada /src/usr/local/www/head.inc
parentffab5cb4df5d9e908f9b698583326c8f1ff840e0 (diff)
downloadpfsense-9f08c2b001cd64031a853f9e8b01c5b15f981e1a.zip
pfsense-9f08c2b001cd64031a853f9e8b01c5b15f981e1a.tar.gz
Retire diag_nanobsd.php
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index c8b882a..1f0d4aa 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -365,10 +365,6 @@ $diagnostics_menu[] = array(gettext("System Activity"), "/diag_system_activity.p
$diagnostics_menu[] = array(gettext("Traceroute"), "/diag_traceroute.php");
$diagnostics_menu[] = array(gettext("Packet Capture"), "/diag_packet_capture.php");
-if ($g['platform'] == "nanobsd") {
- $diagnostics_menu[] = array(gettext("NanoBSD"), "/diag_nanobsd.php");
-}
-
if (isset($config['system']['developer'])) {
$diagnostics_menu[] = array(gettext("Restart HTTPD"), "/restart_httpd.php", "style" => "font-weight: bold; color: yellow;");
}
OpenPOWER on IntegriCloud