Revision 395
Added by Matthias almost 19 years ago
| index.php | ||
|---|---|---|
| 23 | 23 |
|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 |
if(!defined('WB_URL')) {
|
|
| 27 |
header('Location: ../index.php');
|
|
| 28 |
exit(0); |
|
| 29 |
} |
|
| 30 |
|
|
| 26 | 31 |
page_content(); |
| 27 | 32 |
|
| 28 | 33 |
?> |
Also available in: Unified diff
Fixed the possibility to call the index.php of the templates directly in the browser (#291)