Revision 286
Added by stefan almost 19 years ago
er_levels.php | ||
---|---|---|
34 | 34 |
|
35 | 35 |
if(!defined('WB_URL')) { |
36 | 36 |
header('Location: ../index.php'); |
37 |
exit(0); |
|
37 | 38 |
} |
38 | 39 |
|
39 | 40 |
// Define that this file is loaded |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.