Revision 286
Added by stefan almost 19 years ago
browse.php | ||
---|---|---|
57 | 57 |
if($admin->get_get('up') == 1) { |
58 | 58 |
$parent_directory = dirname($directory); |
59 | 59 |
header("Location: browse.php?dir=$parent_directory"); |
60 |
exit(0); |
|
60 | 61 |
} |
61 | 62 |
|
62 | 63 |
// Workout the parent dir link |
Also available in: Unified diff
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.