summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-15 15:41:08 -0200
committerRenato Botelho <renato@netgate.com>2016-02-15 15:41:19 -0200
commitcaf21e6b67a720be45793a9513b222bff1a660a7 (patch)
tree3a50a40e18e10fe0bf03598846f91e420ba9987f /src/usr/local/www/head.inc
parentbc4d752b1aba4492d5f397cf0ed97926be6f5f3c (diff)
downloadpfsense-caf21e6b67a720be45793a9513b222bff1a660a7.zip
pfsense-caf21e6b67a720be45793a9513b222bff1a660a7.tar.gz
Remove Help -> Search Portal menu entry, it fixes #5894
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index b7ee32d..66c6940 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -382,7 +382,6 @@ if (!$g['disablehelpmenu']) {
$help_menu[] = array(gettext("Developers Wiki"), "https://www.pfsense.org/j.php?jumpto=devwiki");
$help_menu[] = array(gettext("Paid Support"), "https://www.pfsense.org/j.php?jumpto=portal");
$help_menu[] = array(gettext("pfSense Book"), "https://www.pfsense.org/j.php?jumpto=book");
- $help_menu[] = array(gettext("Search Portal"), "https://www.pfsense.org/j.php?jumpto=searchportal");
$help_menu[] = array(gettext("FreeBSD Handbook"), "https://www.pfsense.org/j.php?jumpto=fbsdhandbook");
$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")), 0);
}
OpenPOWER on IntegriCloud