Revision 286
Added by stefan almost 20 years ago
| version.php | ||
|---|---|---|
| 33 | 33 |
|
| 34 | 34 |
if(!defined('WB_URL')) {
|
| 35 | 35 |
header('Location: ../index.php');
|
| 36 |
exit(0); |
|
| 36 | 37 |
} |
| 37 | 38 |
|
| 38 | 39 |
define('VERSION', '2.6.1');
|
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.