diff --git a/index.php b/index.php index ae038e2..7a9a4ce 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ // Logorrh, Verbose, Charliero, Tashugo? -$dodebug=false; +(isset($_GET['debug']) && $_GET['debug']=='1') ? $dodebug=true : $dodebug=false; $debug=''; require 'lib/gettlds.php';