Added the possibility to turn on “debugging” with “debug=1” GET parameter
This commit is contained in:
parent
318eb07409
commit
0ce4b7c081
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
// Logorrh, Verbose, Charliero, Tashugo?
|
// Logorrh, Verbose, Charliero, Tashugo?
|
||||||
|
|
||||||
$dodebug=false;
|
(isset($_GET['debug']) && $_GET['debug']=='1') ? $dodebug=true : $dodebug=false;
|
||||||
$debug='';
|
$debug='';
|
||||||
|
|
||||||
require 'lib/gettlds.php';
|
require 'lib/gettlds.php';
|
||||||
|
|
Loading…
Reference in a new issue