Changeset 2229 for trunk/index.php
- Timestamp:
- 03/07/2008 02:19:56 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r2170 r2229 10 10 * @license http://kohanaphp.com/license.html 11 11 */ 12 13 /** 14 * Define the website environment status. When this flag is set to TRUE, some 15 * module demonstration controllers will result in 404 errors. For more information 16 * about this option, read the documentation about deploying Kohana. 17 * 18 * @see http://doc.kohanaphp.com/installation/deployment 19 */ 20 define('IN_PRODUCTION', FALSE); 12 21 13 22 /**
