X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/bae682c87abd4a43231496979963a6bbb66ecc4e..1150da9a36d521bcff52ff08b784f7a5608aa5fa:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 7397357..1a52011 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -4,6 +4,10 @@ include 'nieuws.inc.php'; $replyform = $Page == 'melding' && !empty($User); @list ($year, $page) = explode('/', trim($Args, '/')); +if (!empty($User['admin'])) { + print ''."\n"; +} + if ($page and !is_numeric($page)) { $edit = !empty($User['admin']) ? htmlspecialchars(@$_GET['edit']) : NULL; $article = new ArchiveArticle("$Page$Args.html"); @@ -62,7 +66,3 @@ if ($year) { print placeholder_include('nieuws', [$match]); return 1; } - -if (!empty($User['admin'])) { - print ''."\n"; -}