Revision 286
Added by stefan almost 20 years ago
| convert.php | ||
|---|---|---|
| 30 | 30 |
*/ |
| 31 | 31 |
if(!defined('WB_URL')) {
|
| 32 | 32 |
header('Location: ../index.php');
|
| 33 |
exit(0); |
|
| 33 | 34 |
} |
| 34 | 35 |
|
| 35 | 36 |
$conversion_array = array( |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.