mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Encode more unsafe characters in urls
This commit is contained in:
@ -273,7 +273,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='+urlencode(keyword) );
|
||||
'&keyword='+EncodeURL(keyword) );
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user