X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp%2FRequest.php;h=d61303d5d729f410c8776aec4d534f04e53629b1;hb=c6d1c01426ab98133e2f1329b373459b3867b159;hp=1af1206d1f6a66c1ba0df18049fb917a3e59359d;hpb=e0fa557f18d544d81c37fa8c2554ec5240a64d4b;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); } /**