Changeset 2229 for trunk/modules/auth

Show
Ignore:
Timestamp:
03/07/2008 02:19:56 PM (10 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/modules/auth/controllers/auth.php

    r2159 r2229  
    22 
    33class Auth_Controller extends Controller { 
     4 
     5        // Do not allow to run in production 
     6        const ALLOW_PRODUCTION = FALSE; 
    47 
    58        public function __construct()