Revision 555
Added by Matthias almost 17 years ago
index.php | ||
---|---|---|
70 | 70 |
$res=$query_link->fetchRow(); |
71 | 71 |
$target_page_link = $res['link']; |
72 | 72 |
// redirect |
73 |
header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.'.php');
|
|
73 |
header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.PAGE_EXTENSION);
|
|
74 | 74 |
exit; |
75 | 75 |
} |
76 | 76 |
} |
Also available in: Unified diff
Revoked parts of changeset [547] and again introduced changeset [540]