Changeset 407 for trunk/app/config
- Timestamp:
- 04/16/08 17:24:40 (8 months ago)
- Location:
- trunk/app/config
- Files:
-
- 2 modified
-
core.php (modified) (1 diff)
-
routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/core.php
r406 r407 14 14 * In development mode, you need to click the flash message to continue. 15 15 */ 16 Configure::write('debug', 2);16 Configure::write('debug', 1); 17 17 /** 18 18 * Application wide charset encoding -
trunk/app/config/routes.php
r276 r407 14 14 * developement. 15 15 */ 16 Router::connect('/tests', array('controller' => 'tests', 'action' => 'index'));16 // Router::connect('/tests', array('controller' => 'tests', 'action' => 'index')); 17 17 ?>
