Changeset 1304 for trunk/wifidog-auth/wifidog/login/index.php
- Timestamp:
- 10/22/07 15:06:20 (5 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/login/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/login/index.php
r1261 r1304 199 199 $user = User::getCurrentUser(); 200 200 if (!$user) { 201 //Normally, we already have a user logged-in (pr ecessed by process_login_out.php). But we try again, if only to display the error201 //Normally, we already have a user logged-in (processed by process_login_out.php). But we try again, if only to display the error 202 202 Authenticator::processLoginUI($errmsg); 203 203 } 204 204 //echo "DEBUG: user: "; echo $user->getUsername(); 205 205 if ($user != null) { 206 206 if (!empty($gw_address) && !empty($gw_port)) {
