mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
cgi modules: make Response stream public instead of published, fixes #10071.
git-svn-id: trunk@12692 -
This commit is contained in:
parent
1c0de89202
commit
e20a6258bd
@ -36,9 +36,9 @@ Type
|
||||
procedure AddResponseLn(const Msg : String); virtual;
|
||||
procedure AddResponse(const Fmt : String; Args : Array of const); virtual;
|
||||
procedure AddResponseLn(const Fmt : String; Args : Array of const); virtual;
|
||||
property Response : TStream Read GetResponse;
|
||||
Published
|
||||
property OnCGIRequest : TNotifyEvent Read FOnCGIRequest Write FOnCGIRequest;
|
||||
property Response : TStream Read GetResponse;
|
||||
property ContentType : String Read GetContentType Write SetContentType;
|
||||
end;
|
||||
|
||||
|
@ -1,8 +1,14 @@
|
||||
#: cgimodules:serrnomainmodule
|
||||
msgid "No CGI datamodule to handle CGI request."
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: cgimodules:serrnorequesthandler
|
||||
msgid "%s: No CGI request handler set."
|
||||
msgstr ""
|
||||
|
||||
#: cgimodules:serrnomainmodule
|
||||
msgid "No CGI datamodule to handle CGI request."
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user