1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 20:31:19 +02:00

Suggest using adminer.sql

This commit is contained in:
Jakub Vrana
2013-06-24 06:12:13 -07:00
parent 27c7a218bd
commit 2e32bf1f97
3 changed files with 5 additions and 0 deletions

View File

@@ -144,4 +144,7 @@ if ($_POST) {
} elseif ($_SERVER["REQUEST_METHOD"] == "POST") {
// posted form with no data means that post_max_size exceeded because Adminer always sends token at least
$error = lang('Too big POST data. Reduce the data or increase the %s configuration directive.', "'post_max_size'");
if (isset($_GET["sql"])) {
$error .= ' ' . lang('You can upload a big SQL file via FTP and import it from server.');
}
}