X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp%2FRequest.php;h=d61303d5d729f410c8776aec4d534f04e53629b1;hb=e659a0314086dd700dbe5e754e383ab758725805;hp=1af1206d1f6a66c1ba0df18049fb917a3e59359d;hpb=5c332af844eeace5d0fb61314dd29c22e6e465fd;p=friendica.git diff --git a/src/App/Request.php b/src/App/Request.php index 1af1206d1f..d61303d5d7 100644 --- a/src/App/Request.php +++ b/src/App/Request.php @@ -1,6 +1,6 @@ remoteAddress = $this->determineRemoteAddress($config, $server); - $this->requestId = $server[static::DEFAULT_REQUEST_ID_HEADER] ?? System::createGUID(8); + $this->requestId = $server[static::DEFAULT_REQUEST_ID_HEADER] ?? System::createGUID(8, false); } /**