Beispiel #1
0
 protected function checkReauth()
 {
     if (AnwCurrentSession::needsReauth()) {
         AnwUtils::httpPostToSession();
         $this->doReauthForm();
         exit;
     }
 }