Revision 286
Added by stefan almost 20 years ago
| view.php | ||
|---|---|---|
| 277 | 277 |
} |
| 278 | 278 |
} else {
|
| 279 | 279 |
header('Location: '.WB_URL.'/pages/');
|
| 280 |
exit(0); |
|
| 280 | 281 |
} |
| 281 | 282 |
|
| 282 | 283 |
// Print post header |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.