Skip to content

Commit

Permalink
turned off _DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmot committed Apr 9, 2022
1 parent 9a396aa commit ee504b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions errpages/httperror.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
// uncomment for testing
//define('_DEBUG', true);

// (is part of the name for the image pool file)
define('PAGE_ID', 'httperror');

define('_DEBUG', true);

// get ready...
if(defined('_DEBUG') && _DEBUG === true) {
$page_redirected_from = '/nowhere.html';
Expand Down

0 comments on commit ee504b9

Please sign in to comment.