diff --git a/snaphax.php b/snaphax.php index e3f8933..3ac5103 100644 --- a/snaphax.php +++ b/snaphax.php @@ -269,7 +269,7 @@ function hash($param1, $param2) { } function time() { - return round(microtime(true) * 1000); + return round(microtime(false) * 1000); } }