Fix compiled version after 5cc831c1

This commit is contained in:
Jakub Vrana 2018-01-23 14:10:21 +01:00
parent b14aa75a98
commit c3d83d5412

View file

@ -24,7 +24,7 @@ if (!$error && $_POST) {
$sql_file_path = $adminer->importServerPath();
$fp = @fopen((file_exists($sql_file_path)
? $sql_file_path
: "compress.zlib://{$sql_file_path}.gz"
: "compress.zlib://$sql_file_path.gz"
), "rb");
$query = ($fp ? fread($fp, 1e6) : false);
} else {