예제 #1
0
파일: loginform.php 프로젝트: phpsmith/IS4C
 /**
  * Force authenticate requirement off
  * to avoid a redirect loop
  */
 public function __construct()
 {
     parent::__construct();
     $this->must_authenticate = false;
 }