--- ondeniedlogin/action.php 2011-08-26 16:47:00.000000000 +0200 +++ ondeniedlogin/action.php 2011-08-26 16:54:23.000000000 +0200 @@ -26,6 +26,8 @@ if($ACT!='denied') return; if(!is_array($INFO['userinfo'])) $ACT = 'login'; + else + $ACT = 'search'; } }