Changeset 1092 for trunk/wifidog-auth/wifidog/login/index.php
- Timestamp:
- 09/07/06 04:38:25 (6 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
r1090 r1092 219 219 * Once logged out, we display the login page 220 220 */ 221 if ((!empty($logout) && $logout) && ($user = User::getCurrentUser()) != null ) {221 if ((!empty($logout) && $logout) && ($user = User::getCurrentUser()) != null && !$user->isSplashOnlyUser()) { 222 222 $network->getAuthenticator()->logout(); 223 223 }
