Skip to content

Commit

Permalink
Enabled guidv4!
Browse files Browse the repository at this point in the history
  • Loading branch information
laf committed Apr 10, 2015
1 parent 162775f commit 0db0dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callback.php
Expand Up @@ -16,7 +16,7 @@
if ($enabled == 1) {

if (dbFetchCell("SELECT `value` FROM `callback` WHERE `name` = 'uuid'") == '') {
dbInsert(array('name'=>'uuid','value'=>guidv4()),'callback');
dbInsert(array('name'=>'uuid','value'=>guidv4(openssl_random_pseudo_bytes(16))),'callback');
}
$uuid = dbFetchCell("SELECT `value` FROM `callback` WHERE `name` = 'uuid'");

Expand Down

0 comments on commit 0db0dd3

Please sign in to comment.