|
|
@@ -117,7 +117,7 @@ class Events
|
|
|
|
|
|
$infos = $_SERVER;
|
|
|
unset($infos['GATEWAY_ADDR'], $infos['GATEWAY_PORT']);
|
|
|
- self::$redis->hset(self::WEBSOCKALLUSER, $client_id, json_encode(array_merge(['time' => date('H:i:s'), $infos])));
|
|
|
+ self::$redis->hset(self::WEBSOCKALLUSER, $client_id, json_encode(array_merge(['time' => date('H:i:s')], $infos)));
|
|
|
}
|
|
|
|
|
|
/**
|