예제 #1
0
파일: _.php 프로젝트: WilliamStam/Directory
 function __construct()
 {
     parent::__construct();
     $this->user = $this->f3->get("user");
     $this->f3->set("__runJSON", true);
     if ($this->user['ID'] == "") {
         $this->f3->error(403);
     }
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
 }