示例#1
0
文件: GWF_Log.php 项目: sinfocol/gwf3
 public static function cache($new)
 {
     self::$cache = self::$logbits;
     self::$logbits = $new;
 }