Changeset 2314 for trunk/modules/auth
- Timestamp:
- 03/17/2008 08:00:13 PM (8 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/controllers/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/controllers/auth.php
r2235 r2314 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 3 class Auth_Controller extends Controller { 2 /** 3 * Auth module demo controller. This controller should NOT be used in production. 4 * It is for demonstration purposes only! 5 * 6 * $Id$ 7 * 8 * @package Auth 9 * @author Kohana Team 10 * @copyright (c) 2007-2008 Kohana Team 11 * @license http://kohanaphp.com/license.html 12 */ 13 class Auth_Demo_Controller extends Controller { 4 14 5 15 // Do not allow to run in production
