Changeset 2233 for trunk/application
- Timestamp:
- 03/07/2008 06:54:18 PM (9 months ago)
- Location:
- trunk/application/controllers
- Files:
-
- 2 modified
-
examples.php (modified) (1 diff)
-
welcome.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 /** -
trunk/application/controllers/welcome.php
r2078 r2233 6 6 */ 7 7 class Welcome_Controller extends Controller { 8 9 // Disable this controller when Kohana is set to production mode. 10 // See http://doc.kohanaphp.com/installation/deployment for more details. 11 const ALLOW_PRODUCTION = FALSE; 8 12 9 13 public function index()
