Revision 555
Added by Matthias almost 18 years ago
| class.frontend.php | ||
|---|---|---|
| 206 | 206 |
// Check if the user is authenticated |
| 207 | 207 |
if($this->is_authenticated() == false) {
|
| 208 | 208 |
// User needs to login first |
| 209 |
header("Location: ".WB_URL."/account/login".PAGE_EXTENSION.'?redirect='.$this->link);
|
|
| 209 |
header("Location: ".WB_URL."/account/login.php?redirect=".$this->link);
|
|
| 210 | 210 |
exit(0); |
| 211 | 211 |
} else {
|
| 212 | 212 |
// User isnt allowed on this page so tell them |
Also available in: Unified diff
Revoked parts of changeset [547] and again introduced changeset [540]