@@ -50,14 +50,12 @@ |
||
| 50 | 50 | } |
| 51 | 51 | if (isset($_COOKIE['tempuserid'])) { |
| 52 | 52 | $userid = $_COOKIE['tempuserid']; |
| 53 | -} |
|
| 54 | -else { |
|
| 53 | +} else { |
|
| 55 | 54 | error_page(tra("Website error when attempting to agree to terms of use. Please contact the site administrators.")); |
| 56 | 55 | } |
| 57 | 56 | if (isset($_COOKIE['tempperm'])) { |
| 58 | 57 | $perm = $_COOKIE['tempperm']; |
| 59 | -} |
|
| 60 | -else { |
|
| 58 | +} else { |
|
| 61 | 59 | error_page(tra("Website error when attempting to agree to terms of use. Please contact the site administrators.")); |
| 62 | 60 | } |
| 63 | 61 | |