mistake from checkin for bug 285536. Debug should be off by default.

git-svn-id: svn://10.0.0.236/trunk@170592 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
robert%accettura.com 2005-03-12 04:21:40 +00:00
parent 41d5fddbd8
commit edd4a8fad5

View File

@ -37,7 +37,7 @@
* ***** END LICENSE BLOCK ***** */
// Debug
$config['debug'] = true;
$config['debug'] = false;
// Paths
$config['app_url'] = 'http://localhost/rmo/app';