Revision 286
Added by stefan almost 19 years ago
move_down.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: move_down.php,v 1.2 2005/04/02 06:25:37 rdjurovich Exp $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
... | ... | |
41 | 41 |
} |
42 | 42 |
} else { |
43 | 43 |
header("Location: index.php"); |
44 |
exit(0); |
|
44 | 45 |
} |
45 | 46 |
|
46 | 47 |
// Create new admin object and print admin header |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.