コード例 #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");
 }