Revision 286
Added by stefan almost 20 years ago
| rss.php | ||
|---|---|---|
| 29 | 29 |
define('PAGE_ID', $page_id);
|
| 30 | 30 |
} else {
|
| 31 | 31 |
header('Location: '.WB_URL);
|
| 32 |
exit(0); |
|
| 32 | 33 |
} |
| 33 | 34 |
if(isset($_GET['group_id']) AND is_numeric($_GET['group_id'])) {
|
| 34 | 35 |
$group_id = $_GET['group_id']; |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.