summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-06-16 07:46:08 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-06-16 07:46:42 -0400
commit6b7b9d3500d3f6a623a66896eb0750c644b74d07 (patch)
treed393cf3c6d9146e1b9faf45b3b9dfbaca1fc1893 /src/usr/local/www/head.inc
parent78f3e29d728680f8e7131b2825132eab31f62e13 (diff)
downloadpfsense-6b7b9d3500d3f6a623a66896eb0750c644b74d07.zip
pfsense-6b7b9d3500d3f6a623a66896eb0750c644b74d07.tar.gz
Change login page footer positioning
Change paid support link to https://www.netgate.com/support
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/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 736cc99..4998848 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -417,7 +417,7 @@ if (!$g['disablehelpmenu']) {
$help_menu[] = array(gettext("User Forum"), "https://www.pfsense.org/j.php?jumpto=forum");
$help_menu[] = array(gettext("Documentation"), "https://www.pfsense.org/j.php?jumpto=doc");
- $help_menu[] = array(gettext("Paid Support"), "https://www.pfsense.org/j.php?jumpto=portal");
+ $help_menu[] = array(gettext("Paid Support"), "https://www.netgate.com/support");
$help_menu[] = array(gettext("pfSense Book"), "https://www.pfsense.org/j.php?jumpto=book");
$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