Revision 286
Added by stefan almost 20 years ago
| signup2.php | ||
|---|---|---|
| 25 | 25 |
|
| 26 | 26 |
if(!defined('WB_URL')) {
|
| 27 | 27 |
header('Location: ../pages/index.php');
|
| 28 |
exit(0); |
|
| 28 | 29 |
} |
| 29 | 30 |
|
| 30 | 31 |
require_once(WB_PATH.'/framework/class.wb.php'); |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.