예제 #1
0
파일: DBG.php 프로젝트: Niggu/cloudrexx
 static function disable_time()
 {
     if (!self::$enable_time) {
         return;
     }
     //self::_log('--- DISABLING TIME');
     self::$enable_time = 0;
 }