Changeset 731 for trunk/app/config
- Timestamp:
- 08/21/08 16:28:02 (3 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/core.php
r730 r731 14 14 * In development mode, you need to click the flash message to continue. 15 15 */ 16 Configure::write('debug', 1);16 Configure::write('debug', 1); 17 17 /** 18 18 * Application wide charset encoding 19 19 */ 20 Configure::write('App.encoding', 'UTF-8');20 Configure::write('App.encoding', 'UTF-8'); 21 21 /** 22 22 * To configure CakePHP *not* to use mod_rewrite and to
