1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Work with mbstring.func_overload (#3572361)

This commit is contained in:
Jakub Vrana
2012-12-01 15:57:04 -08:00
parent 998ef45b08
commit ebdecd288b

View File

@@ -14,6 +14,8 @@ if ($filter || ini_get("filter.default_flags")) {
} }
} }
@ini_set("mbstring.internal_encoding", "8bit"); // @ - can be disabled
// used only in compiled file // used only in compiled file
if (isset($_GET["file"])) { if (isset($_GET["file"])) {
include "../adminer/file.inc.php"; include "../adminer/file.inc.php";