mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Use function instead of INI for multibyte encoding
This commit is contained in:
@@ -14,7 +14,9 @@ if ($filter || ini_get("filter.default_flags")) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ini_set("mbstring.internal_encoding", "8bit"); // @ - can be disabled
|
if (function_exists("mb_internal_encoding")) {
|
||||||
|
mb_internal_encoding("8bit");
|
||||||
|
}
|
||||||
|
|
||||||
// used only in compiled file
|
// used only in compiled file
|
||||||
if (isset($_GET["file"])) {
|
if (isset($_GET["file"])) {
|
||||||
|
Reference in New Issue
Block a user