public function __construct()
 {
     parent::__construct();
     if (!$this->validate_module()) {
         show_404();
     }
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
 }