示例#1
0
 /**
  * @static
  */
 public static function register_bot()
 {
     $current_robot = Robots::get_current_robot();
     if ($current_robot !== null) {
         self::write_stats('robots', $current_robot);
     }
 }