Revision 286
Added by stefan almost 20 years ago
| frontend.functions.php | ||
|---|---|---|
| 29 | 29 |
*/ |
| 30 | 30 |
if(!defined('WB_URL')) {
|
| 31 | 31 |
header('Location: ../index.php');
|
| 32 |
exit(0); |
|
| 32 | 33 |
} |
| 33 | 34 |
|
| 34 | 35 |
// references to objects and variables that changed their names |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.