X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/2bed41fd9817049d5f8822e381c4f70cc3bf33c8..2ec9c2255379e0a0a6043bbb129d34900e17c6be:/login/index.php diff --git a/login/index.php b/login/index.php index 7038dcb..2b073f0 100644 --- a/login/index.php +++ b/login/index.php @@ -1,4 +1,5 @@ login) { $target = ltrim($_REQUEST['goto'], '/'); $target = new ArchiveArticle("$target.html"); - if ($target and $target->handler == 'melding') { + if ($target and $target->handler) { # run forbidden handler to determine metadata - #TODO: generic solution + $User = NULL; $caller = $Page; $Page = $target; ob_start();