예제 #1
0
파일: SiteConfig.php 프로젝트: hqd276/bigs
 static function update_fee($fees) {
     self::set_key('fees', $fees);
     SiteConfig::remove_cache();
     return true;
 }