mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Fix compiled version on PHP with multibyte support
This commit is contained in:
@@ -9,7 +9,7 @@ function add_apo_slashes($s) {
|
||||
}
|
||||
|
||||
function add_quo_slashes($s) {
|
||||
return addcslashes($s, "\n\r\$\"\\");
|
||||
return addcslashes($s, "\n\r\$\0\"\\");
|
||||
}
|
||||
|
||||
function remove_lang($match) {
|
||||
|
Reference in New Issue
Block a user