diff --git a/adminer/sql.inc.php b/adminer/sql.inc.php index 1158ceaa..7f2e4695 100644 --- a/adminer/sql.inc.php +++ b/adminer/sql.inc.php @@ -203,10 +203,9 @@ if (!isset($_GET["import"])) { } else { echo "
" . lang('File upload') . "
"; echo (ini_bool("file_uploads") - ? ' (< ' . ini_get("upload_max_filesize") . 'B)' // ignore post_max_size because it is for all form fields together and bytes computing would be necessary + ? "SQL (< " . ini_get("upload_max_filesize") . "B): \n$execute" // ignore post_max_size because it is for all form fields together and bytes computing would be necessary : lang('File uploads are disabled.') ); - echo "\n$execute"; echo "
\n"; echo "
" . lang('From server') . "
"; echo lang('Webserver file %s', "adminer.sql" . (extension_loaded("zlib") ? "[.gz]" : "") . "");