Skip to content

Commit

Permalink
Merge pull request #2038 from librenms/f0o-hotfix-2007
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
f0o committed Oct 2, 2015
2 parents 60c195f + 335a68b commit 6c803a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.php
Expand Up @@ -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);
Expand Down

0 comments on commit 6c803a5

Please sign in to comment.