summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-12 15:34:58 -0300
committerRenato Botelho <renato@netgate.com>2016-10-12 16:23:13 -0300
commiteec44c64709c6e9dfc86f734476e547c3c2f67e8 (patch)
tree1b2f3203ecc809aa2cef3ff6062319bd72feb882 /src/usr/local/www/head.inc
parent60f164f33ea3248c22b2924e4f929539a04febbe (diff)
downloadpfsense-eec44c64709c6e9dfc86f734476e547c3c2f67e8.zip
pfsense-eec44c64709c6e9dfc86f734476e547c3c2f67e8.tar.gz
Retire restart_httpd.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 1f0d4aa..43c9375 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 (isset($config['system']['developer'])) {
- $diagnostics_menu[] = array(gettext("Restart HTTPD"), "/restart_httpd.php", "style" => "font-weight: bold; color: yellow;");
-}
-
$diagnostics_menu = msort(array_merge($diagnostics_menu, return_ext_menu("Diagnostics")), 0);
$gold_menu = array();
OpenPOWER on IntegriCloud