Changeset 2229 for trunk/modules/auth
- Timestamp:
- 03/07/2008 02:19:56 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/controllers/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/controllers/auth.php
r2159 r2229 2 2 3 3 class Auth_Controller extends Controller { 4 5 // Do not allow to run in production 6 const ALLOW_PRODUCTION = FALSE; 4 7 5 8 public function __construct()
