Revision 286
Added by stefan almost 19 years ago
index.php | ||
---|---|---|
31 | 31 |
// Check if the config file has been set-up |
32 | 32 |
if(!defined('WB_PATH')) { |
33 | 33 |
header("Location: install/index.php"); |
34 |
exit(0); |
|
34 | 35 |
} |
35 | 36 |
|
36 | 37 |
require_once(WB_PATH.'/framework/class.frontend.php'); |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.