From 8cdbff7146e81546143f1f54e75bfd0eb34d17a0 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 2 May 2023 18:59:49 +0200 Subject: Updated 3 files and added 2 files (automated) --- includes/util/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/util/functions.inc') diff --git a/includes/util/functions.inc b/includes/util/functions.inc index fe97980..16e2bdd 100644 --- a/includes/util/functions.inc +++ b/includes/util/functions.inc @@ -13,7 +13,7 @@ if (!function_exists("createJob")) { "date" => date('c') ]; - file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/jobs/" . round(microtime(true) * 1000) . "-" . random() . ".json", json_encode($job)); + file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/jobs/" . round(microtime(true) * 1000000) . "-" . random() . ".json", json_encode($job)); } } -- cgit