|
@@ -270,10 +270,9 @@ begin
|
|
R.SendContent;
|
|
R.SendContent;
|
|
Exit;
|
|
Exit;
|
|
end;
|
|
end;
|
|
- If not R.HeadersSent then
|
|
|
|
|
|
+ If (not R.HeadersSent) then
|
|
begin
|
|
begin
|
|
R.ContentType:='text/html';
|
|
R.ContentType:='text/html';
|
|
- R.SendHeaders;
|
|
|
|
end;
|
|
end;
|
|
If (R.ContentType='text/html') then
|
|
If (R.ContentType='text/html') then
|
|
begin
|
|
begin
|