Changeset 2233 for trunk/application/controllers/welcome.php
- Timestamp:
- 03/07/2008 06:54:18 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/application/controllers/welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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()
