Ejemplo n.º 1
0
 /**
  * Force authenticate requirement off
  * to avoid a redirect loop
  */
 public function __construct()
 {
     parent::__construct();
     $this->must_authenticate = false;
 }