Changeset 2578 for trunk/modules/auth
- Timestamp:
- 04/25/2008 04:25:20 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/controllers/auth_demo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/controllers/auth_demo.php
r2441 r2578 21 21 22 22 // Load auth library 23 $this->auth = new Auth ();23 $this->auth = new Auth; 24 24 } 25 25
