Changeset 2233 for trunk/application/controllers/examples.php
- Timestamp:
- 03/07/2008 06:54:18 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/application/controllers/examples.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/controllers/examples.php
r2150 r2233 12 12 */ 13 13 class Examples_Controller extends Controller { 14 15 // Do not allow to run in production 16 const ALLOW_PRODUCTION = FALSE; 14 17 15 18 /**
