vali před 6 roky
rodič
revize
2ec919a62b

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -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)));
     }
 
     /**