mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
+1
-1
@@ -32,7 +32,7 @@ function catchFatal() {
|
||||
}
|
||||
}
|
||||
|
||||
if (strpos($_SERVER['PATH_INFO'], "debug") || true) {
|
||||
if (strpos($_SERVER['PATH_INFO'], "debug")) {
|
||||
$debug = "1";
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('display_startup_errors', 1);
|
||||
|
||||
Reference in New Issue
Block a user