Revision 18
Added by stefan about 20 years ago
| compatibility.php | ||
|---|---|---|
| 27 | 27 |
This file is purely for ensuring compatibility with 3rd party |
| 28 | 28 |
contributions made for WB version 2.5.2 or below |
| 29 | 29 |
*/ |
| 30 |
if(!defined('WB_URL')) {
|
|
| 31 |
header('Location: ../index.php');
|
|
| 32 |
} |
|
| 30 | 33 |
|
| 31 | 34 |
function page_link($link) {
|
| 32 | 35 |
global $wb; |
Also available in: Unified diff
Added direct access redirection in framework files.