Skip to content
Snippets Groups Projects
Unverified Commit f3d2b6ae authored by Michael Große's avatar Michael Große
Browse files

fix: use exit instead of return in the global scope

parent 6c4fa3b3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ require_once(DOKU_INC . 'inc/init.php');
if (!actionOK('manifest')) {
http_status(404, 'Manifest has been disabled in DokuWiki configuration.');
return;
exit();
}
$manifest = new \dokuwiki\Manifest();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment