Skip to content

Commit

Permalink
woe
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhgboyle committed Mar 24, 2023
1 parent 3636edd commit 7147e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
header('X-Frame-Options: SAMEORIGIN');

if ((!defined('DEBUGGING') || !DEBUGGING) && (getenv('NAMELESS_DEBUGGING') || isset($_SERVER['NAMELESS_DEBUGGING']))) {
define('DEBUGGING', false);
define('DEBUGGING', true);
}

if (defined('DEBUGGING') && DEBUGGING) {
Expand Down

0 comments on commit 7147e07

Please sign in to comment.