mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
version 1.1.268--yellow-neon
This commit is contained in:
parent
cd61ef09a5
commit
3947357a90
@ -1973,27 +1973,22 @@ begin
|
||||
Result := fData;
|
||||
end;
|
||||
|
||||
|
||||
function TWebContext.GetHostingFrameworkType: TMVCHostingFrameworkType;
|
||||
begin
|
||||
{$IFDEF WEBAPACHEHTTP}
|
||||
if FRequest.ClassType = TApacheRequest then
|
||||
begin
|
||||
Exit(hftApache);
|
||||
end
|
||||
else
|
||||
begin
|
||||
{$IFNDEF LINUX}
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$IFDEF MSWINDOWS}
|
||||
if FRequest.ClassType = TISAPIRequest then
|
||||
begin
|
||||
Exit(hftISAPI);
|
||||
end
|
||||
else
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
begin
|
||||
Exit(hftIndy);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
{ MVCFromBodyAttribute }
|
||||
|
Loading…
Reference in New Issue
Block a user