Changeset 2229 for trunk/index.php

Show
Ignore:
Timestamp:
03/07/2008 02:19:56 PM (9 months ago)
Author:
Shadowhand
Message:

Creating the IN_PRODUCTION flag, and access protection for module demo controllers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r2170 r2229  
    1010 * @license    http://kohanaphp.com/license.html 
    1111 */ 
     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 */ 
     20define('IN_PRODUCTION', FALSE); 
    1221 
    1322/**