예제 #1
0
파일: GWF_Log.php 프로젝트: sinfocol/gwf3
 public static function cache($new)
 {
     self::$cache = self::$logbits;
     self::$logbits = $new;
 }