This commit is contained in:
Karl Cordes 2013-04-03 19:49:34 +11:00
parent b03f8375cc
commit b0ed0c11ad

View file

@ -40,7 +40,7 @@
* In production mode, flash messages redirect after a time interval.
* In development mode, you need to click the flash message to continue.
*/
Configure::write('debug', 0);
Configure::write('debug', 1);
$host = $_SERVER['HTTP_HOST'];