mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 17:19:14 +02:00
* Fix DoGetCGIVar
git-svn-id: trunk@33613 -
This commit is contained in:
parent
e1814305bd
commit
ba0a4a78f3
@ -318,7 +318,7 @@ end;
|
||||
function TCGIRequest.DoGetCGIVar(AVarName : String) : String;
|
||||
|
||||
begin
|
||||
GetEnvironmentVariable(AVarName);
|
||||
Result := GetEnvironmentVariable(AVarName);
|
||||
end;
|
||||
|
||||
function TCGIRequest.GetCGIVar(Index: integer): String;
|
||||
|
Loading…
Reference in New Issue
Block a user