mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Prefer Delphi's Indy library over Synapse for encoding URL parameters. Remove Synapse code, which was meant to help in implementing the HTTP tunnel code which can easily be done with Indy.
This commit is contained in:
@ -272,7 +272,7 @@ procedure TfrmSQLhelp.ButtonOnlinehelpClick(Sender: TObject);
|
||||
begin
|
||||
// Link/redirect to mysql.com for further help
|
||||
ShellExec( APPDOMAIN + 'sqlhelp.php?mysqlversion='+inttostr(MainForm.ActiveConnection.ServerVersionInt)+
|
||||
'&keyword='+EncodeURLElementUnicode(keyword));
|
||||
'&keyword='+EncodeURLParam(keyword));
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user