diff options
author | RaindropsSys <contact@minteck.org> | 2023-05-02 18:59:49 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-05-02 18:59:49 +0200 |
commit | 8cdbff7146e81546143f1f54e75bfd0eb34d17a0 (patch) | |
tree | 47cd0d41c8b34676982d30cec934d5e2080ea9ff /includes/util | |
parent | 59b56c2283c12c8a82144a836faee4f12b15e5c1 (diff) | |
download | pluralconnect-8cdbff7146e81546143f1f54e75bfd0eb34d17a0.tar.gz pluralconnect-8cdbff7146e81546143f1f54e75bfd0eb34d17a0.tar.bz2 pluralconnect-8cdbff7146e81546143f1f54e75bfd0eb34d17a0.zip |
Updated 3 files and added 2 files (automated)
Diffstat (limited to 'includes/util')
-rw-r--r-- | includes/util/functions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |