mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add prominent report bug link
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
<?php
|
||||
|
||||
echo('<a target="_blank" href="'.$config['project_issues'].'">Report Bug</a> | ');
|
||||
$toggle_url = preg_replace('/(\?|\&)widescreen=(yes|no)/', '', $_SERVER['REQUEST_URI']);
|
||||
if (strstr($toggle_url,'?')) { $toggle_url .= '&'; } else { $toggle_url .= '?'; }
|
||||
|
||||
|
Reference in New Issue
Block a user