Changeset 2159 for trunk/modules/auth/controllers/auth.php
- Timestamp:
- 02/24/2008 09:34:30 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/controllers/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/controllers/auth.php
r2093 r2159 79 79 if ($this->auth->login($user, $form->password->value)) 80 80 { 81 echo "<h4>Login Success!</h4>";82 echo "<p>Your roles are:</p>";81 echo '<h4>Login Success!</h4>'; 82 echo '<p>Your roles are:</p>'; 83 83 echo Kohana::debug($user->roles); 84 84 return;
