Page 1 of 1

Is this a normal display to admin

PostPosted: Wed Mar 12, 2008 9:40 pm
Author: chopper
When signed in as admin and viewing the forum I get this message in my footer
[Page generation time: 0.2209s (PHP: 90% | SQL: 10%) | SQL queries: 52 | GZIP disabled | Debug on]
Is this normal, or did I inadvertantly leave debug on somewhere when I was correcting cracker tracker false positives? I checked the file in cracker tracker (ct_security.php) and it is set to debug false.

PostPosted: Wed Mar 12, 2008 10:09 pm
Author: Fallen
I wouldn't worry to much about it to be honest. Look at the bottom of most integraMod sites and most phpBB forums.

Re: Is this a normal display to admin

PostPosted: Wed Mar 12, 2008 11:12 pm
Author: chopper
Thanks. I didn't even think to look at the bottom of this page!

PostPosted: Thu Mar 13, 2008 1:43 am
Author: star
thats normal info generated by your server & database along with general forum configuration settings the debug mode for ct will appear differently when its engaged

Re: Is this a normal display to admin

PostPosted: Thu Mar 13, 2008 5:00 am
Author: found it
you can remove this code by opening includes/page_tail.php

find this bit of code

Code: Select all
if( defined('DEBUG') ){    $debug_out = '<div class="genbig" style="text-align]</div>';}else{    $debug_out = '<br>';}


and remove it

if you do not wish to display this to everyone...