예제 #1
0
 public static function init()
 {
     if (self::$first_run) {
         self::$first_run = false;
     } else {
         return;
     }
     self::$hooks['data-preparation'][8][] = array('xhttp', 'utf8_encode');
 }