summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/class/object.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/object.class.php b/app/class/object.class.php
index 7a46e6e..bae57ea 100644
--- a/app/class/object.class.php
+++ b/app/class/object.class.php
@@ -200,7 +200,7 @@ abstract class Object extends Framework
{
do
{
- $sha = hash("sha256", random_bytes(64));
+ $sha = hash("sha256", rand());
$guid = substr($sha, 0, 8);
}
while ($this->isGUID($guid));