diff --git a/src/Services/Traits/HttpSupport.php b/src/Services/Traits/HttpSupport.php index 51b6fff..1962431 100644 --- a/src/Services/Traits/HttpSupport.php +++ b/src/Services/Traits/HttpSupport.php @@ -206,8 +206,7 @@ private function getScriptName(string $requestUri): string return $requestUri; } - return (!empty($requestUri) ? rtrim($requestUri, '/') . '/' : '') - . basename($this->getInputFile()); + return ''; } private function getInputFile(): string