mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:09:31 +01:00
* Fixed typo in r13026, could should not be commented
git-svn-id: trunk@13039 -
This commit is contained in:
parent
704c0adbd0
commit
1bf74a426b
@ -442,7 +442,8 @@ begin
|
||||
SendMethodEnter('WebModule('+Name+').handlerequest');
|
||||
{$endif cgidebug}
|
||||
FRequest := ARequest; //So everything in the web module can access the current request variables
|
||||
FResponse := AResponse;//So everything in the web module can access the current response variables CheckSession(ARequest);
|
||||
FResponse := AResponse;//So everything in the web module can access the current response variables
|
||||
CheckSession(ARequest);
|
||||
DoBeforeRequest(ARequest);
|
||||
B:=False;
|
||||
InitSession(AResponse);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user