Fix 5.1 being displayed as 5.09999...

This commit is contained in:
Jakub Vrana 2018-02-05 08:42:25 +01:00
parent 6636434378
commit 3b55c4c0f7

View file

@ -57,7 +57,7 @@ if (get_magic_quotes_runtime()) {
}
@set_time_limit(0); // @ - can be disabled
@ini_set("zend.ze1_compatibility_mode", false); // @ - deprecated
@ini_set("precision", 17); // @ - can be disabled, 17 - internal PHP precision
@ini_set("precision", 16); // @ - can be disabled, 16 - internal PHP precision
include "../adminer/include/lang.inc.php";
include "../adminer/lang/$LANG.inc.php";