summaryrefslogtreecommitdiff
path: root/includes/util
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-02 18:59:49 +0200
committerRaindropsSys <contact@minteck.org>2023-05-02 18:59:49 +0200
commit8cdbff7146e81546143f1f54e75bfd0eb34d17a0 (patch)
tree47cd0d41c8b34676982d30cec934d5e2080ea9ff /includes/util
parent59b56c2283c12c8a82144a836faee4f12b15e5c1 (diff)
downloadpluralconnect-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.inc2
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));
}
}