コード例 #1
0
ファイル: class_action.php プロジェクト: voodoo81-81/anwiki
 protected function checkReauth()
 {
     if (AnwCurrentSession::needsReauth()) {
         AnwUtils::httpPostToSession();
         $this->doReauthForm();
         exit;
     }
 }