示例#1
0
文件: project.php 项目: VIAGON/htdocs
 public function __construct()
 {
     parent::__construct();
     if (!$this->session->userdata("authorized")) {
         redirect("login");
     }
     isValidIp();
 }
示例#2
0
文件: widget.php 项目: VIAGON/htdocs
 public function __construct()
 {
     parent::__construct();
     isValidIp();
 }