From: <var...@us...> - 2009-04-01 13:23:18
|
Revision: 6759 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6759&view=rev Author: vargenau Date: 2009-04-01 12:45:21 +0000 (Wed, 01 Apr 2009) Log Message: ----------- Set DEBUG according to $sys_install_type Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2009-04-01 12:43:12 UTC (rev 6758) +++ trunk/g 2009-04-01 12:45:21 UTC (rev 6759) @@ -90,7 +90,7 @@ // Disable access log (already in apache & gforge). define('ACCESS_LOG_SQL', 0); - define('DEBUG', false); + define('DEBUG', ($sys_install_type != 'production')); // define('_DEBUG_LOGIN', true); // Disable VACUUM (they are performed every night) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |