示例#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");
 }