|
@@ -473,7 +473,7 @@ begin
|
|
else
|
|
else
|
|
begin
|
|
begin
|
|
CGIScriptName:=ScriptName;
|
|
CGIScriptName:=ScriptName;
|
|
- if pos('?',ScriptName)>-1 then ConnectChar := '&';
|
|
|
|
|
|
+ if pos('?',ScriptName)>0 then ConnectChar := '&';
|
|
end;
|
|
end;
|
|
if FancyTitle then // use ? or /
|
|
if FancyTitle then // use ? or /
|
|
result := CGIScriptName + '/' + Result
|
|
result := CGIScriptName + '/' + Result
|