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:
parent
41d5fddbd8
commit
edd4a8fad5
@ -37,7 +37,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
// Debug
|
||||
$config['debug'] = true;
|
||||
$config['debug'] = false;
|
||||
|
||||
// Paths
|
||||
$config['app_url'] = 'http://localhost/rmo/app';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user