mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
some hacky changes to device.php to display port
git-svn-id: http://www.observium.org/svn/observer/trunk@1430 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
ini_set('allow_url_fopen', 0);
|
||||
ini_set('display_errors', 0);
|
||||
|
||||
#$debug=1;
|
||||
if($debug) {
|
||||
if(strpos($_SERVER['REQUEST_URI'], "debug")) {
|
||||
$debug = "1";
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
ini_set('log_errors', 1);
|
||||
|
||||
Reference in New Issue
Block a user