summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-02-06 21:03:23 +0100
committerSeth Mos <seth.mos@dds.nl>2011-02-06 21:03:23 +0100
commitb32ccfce66dbb706c0661073725f2c30a9d646a8 (patch)
treeb859c7144d8e6014e20439df5b98d665d47a451b /usr/local/www/fbegin.inc
parent3fc4a490effa9575dfc53d42739ee8fa1a4acd64 (diff)
parent998930abd0f319cd662146f8073eb5909575150a (diff)
downloadpfsense-b32ccfce66dbb706c0661073725f2c30a9d646a8.zip
pfsense-b32ccfce66dbb706c0661073725f2c30a9d646a8.tar.gz
Merge remote branch 'upstream/master'
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 2b3da3b..3fb1846 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -213,6 +213,8 @@ $diagnostics_menu = msort(array_merge($diagnostics_menu, return_ext_menu("Diagno
if(! $g['disablehelpmenu']) {
$help_menu = array();
$help_menu[] = array("About this Page", $helpurl);
+ if($g['product_name'] == "pfSense")
+ $help_menu[] = array("Bug Database", "http://www.pfsense.org/j.php?jumpto=redmine");
$help_menu[] = array("User Forum", "http://www.pfsense.org/j.php?jumpto=forum");
$help_menu[] = array("Documentation", "http://www.pfsense.org/j.php?jumpto=doc");
$help_menu[] = array("Developers Wiki", "http://www.pfsense.org/j.php?jumpto=devwiki");
OpenPOWER on IntegriCloud