Skip to content

Commit

Permalink
only alphanumeric is allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanak-michal authored Jul 24, 2024
1 parent cf63272 commit 63ff0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bolt.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private function track(): void
CURLOPT_POSTFIELDS => json_encode([
[
'properties' => [
'$insert_id' => basename($file),
'$insert_id' => (string)$time,
'distinct_id' => sha1(implode('', [php_uname(), disk_total_space('.'), filectime('/'), phpversion()])),
'amount' => $count,
'time' => $time
Expand Down

0 comments on commit 63ff0e8

Please sign in to comment.