예제 #1
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->acl->check('administrator')) {
         $this->deny();
     }
     $this->view->setAdmin();
     MDL_GlobalControl::setErrorPage('admin/error');
 }
예제 #2
0
 public static function setErrorPage($error_page)
 {
     self::$error_page = $error_page;
 }