Changeset 2314 for trunk/application/controllers/welcome.php
- Timestamp:
- 03/17/2008 08:00:13 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/application/controllers/welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/controllers/welcome.php
r2252 r2314 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 /** 3 * @package Core 3 * Default Kohana controller. This controller should NOT be used in production. 4 * It is for demonstration purposes only! 4 5 * 5 * Default Kohana controller. 6 * @package Core 7 * @author Kohana Team 8 * @copyright (c) 2007-2008 Kohana Team 9 * @license http://kohanaphp.com/license.html 6 10 */ 7 11 class Welcome_Controller extends Controller {
