Changeset 1412
- Timestamp:
- 07/30/09 13:23:14 (3 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/auth/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/auth/index.php
r1411 r1412 68 68 else { 69 69 $auth_message .= "| Error: no connection token provided. "; 70 $auth_response = ACCOUNT_STATUS_ ERROR;70 $auth_response = ACCOUNT_STATUS_DENIED; 71 71 } 72 72 … … 189 189 { 190 190 $auth_message .= "| Error: couldn't find the requested token: $token. "; 191 $auth_response = ACCOUNT_STATUS_ ERROR;191 $auth_response = ACCOUNT_STATUS_DENIED; 192 192 } 193 193
