public function __construct()
 {
     parent::__construct();
     if (!$this->validate_module()) {
         show_404();
     }
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }