X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/a034b7a3f5b363f74a47c9f20bfa0cf4f2988b34..621fc2f9638a1a92aa8535310e7852de5542f11e:/edit/nieuws/tag/index.php diff --git a/edit/nieuws/tag/index.php b/edit/nieuws/tag/index.php index 9bfb515..ca477c8 100644 --- a/edit/nieuws/tag/index.php +++ b/edit/nieuws/tag/index.php @@ -5,7 +5,7 @@ if (!$Args) abort("pagina niet opgegeven", '409 input error'); $pagename = ltrim($Args, '/').'.html'; -if (!$User or !$User->admin("edit $pagename")) +if (!$User->admin("edit $pagename")) abort("geen beheersrechten", '401 unauthorised'); @list ($category, $year, $article) = explode('/', $pagename);