function __construct()
 {
     parent::__construct();
     if (!$this->checkSession()) {
         $this->error('抱歉,登录超时!请重新登录!', '/');
         exit;
     }
     $this->assign('current', 'dashboard');
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
 }