예제 #1
0
파일: static.php 프로젝트: syjzwjj/quyeba
 function __construct(&$app)
 {
     parent::__construct($app);
     $this->statics_route_limit = 100;
 }
예제 #2
0
파일: node.php 프로젝트: noikiy/snk.com
 public function __construct($app)
 {
     parent::__construct($app);
 }
예제 #3
0
파일: node.php 프로젝트: syjzwjj/quyeba
 public function __construct($app)
 {
     parent::__construct($app);
     header("cache-control: no-store, no-cache, must-revalidate");
 }