http://www.icyphoenix.com/viewtopic.php?f=35&t=1403&p=10622#p10622
-----------------------------------
Zuker
Fri 23 Mar, 2007 12:13

Re: Debug Off?
-----------------------------------
Open

[b]includes/constants.php[/b]

Find And Set:

[code linenumbers=false]For Debug Off

// Debug Level
//define('DEBUG', 1); // Debugging on
define('DEBUG', 0); // Debugging off

For Debug On

// Debug Level
define('DEBUG', 1); // Debugging on
//define('DEBUG', 0); // Debugging off[/code]


