Show
Ignore:
Timestamp:
03/07/2008 02:19:56 PM (7 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/system/libraries/Controller.php

    r2224 r2229  
    1212 */ 
    1313abstract class Controller_Core { 
     14 
     15        // Allow all controllers to run in production by default 
     16        const ALLOW_PRODUCTION = TRUE; 
    1417 
    1518        /**