示例#1
0
文件: map.php 项目: ezioms/RpgEditor
 public function __construct()
 {
     parent::__construct();
     parent::login();
     $this->auto_render = FALSE;
     if (!request::is_ajax()) {
         return FALSE;
     }
 }