summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 14:40:35 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 14:40:35 -0500
commitf5208bf25829200c3d5d2833607cb2077f4d8bbb (patch)
treefc3e98cf76077e87cec6a3f717b90b3e2d3cd3e7 /usr/local/www/fbegin.inc
parent4f09471ce72ea1cad772a5ed98b68df884b7b876 (diff)
downloadpfsense-f5208bf25829200c3d5d2833607cb2077f4d8bbb.zip
pfsense-f5208bf25829200c3d5d2833607cb2077f4d8bbb.tar.gz
If product name == pfSense show a link to redmine / bug database
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 6efb7a6..734b9a2 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -212,6 +212,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://rcs.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");
@@ -431,4 +433,4 @@ if(is_subsystem_dirty('packagelock')) {
print_info_box(gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.") . "<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
}
$pgtitle_output = true;
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud