Changeset 3489 for trunk/modules/auth
- Timestamp:
- 09/25/2008 10:51:20 PM (8 weeks ago)
- Location:
- trunk/modules/auth/classes/auth
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/classes/auth/file.php
r3488 r3489 11 11 * @license http://kohanaphp.com/license.html 12 12 */ 13 class Auth_File extends Auth_Driver {13 class Auth_File_Core extends Auth_Driver { 14 14 15 15 // User list -
trunk/modules/auth/classes/auth/orm.php
r3488 r3489 10 10 * @license http://kohanaphp.com/license.html 11 11 */ 12 class Auth_ORM extends Auth_Driver {12 class Auth_ORM_Core extends Auth_Driver { 13 13 14 14 /**
