X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/10c5940d15b49f8656c3c1b384f80f4c619d3d82..b3aec6cf1cd18493d44cf68d88c8f55b6a417f9c:/edit/foto/cover/index.php diff --git a/edit/foto/cover/index.php b/edit/foto/cover/index.php index 3ae5dcf..ab86a2f 100644 --- a/edit/foto/cover/index.php +++ b/edit/foto/cover/index.php @@ -1,6 +1,4 @@ admin('foto')) { http_response_code(403); print "Beheerrechten verplicht voor instellen van covers\n"; @@ -31,3 +29,4 @@ if (isset($_GET['img'])) { $album = pathinfo($rootdir); header("Location: /{$album['dirname']}#{$album['basename']}"); http_response_code(302); +exit;