예제 #1
0
파일: control.php 프로젝트: ff00x0/shopnc
 public function __construct()
 {
     parent::__construct();
     Tpl::setLayout('login_layout');
 }
예제 #2
0
파일: index.php 프로젝트: ff00x0/shopnc
 public function __construct()
 {
     parent::__construct();
     @header('location: index.php?act=login');
     die;
 }