Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.M <me@mynetx.net>2013-04-26 14:12:31 +0400
committerJ.M <me@mynetx.net>2013-04-26 14:13:07 +0400
commit1f7336f540f8ef4561fd2f0779ad3e362e2997ef (patch)
treedbb63d763a613776d723a1743e475f47bfafd269 /import.php
parentdbb4e0cf8bcbd5958bafde50ff7297179d1e82a4 (diff)
Fix bug #3890 [import] Web server upload directory import fails
Diffstat (limited to 'import.php')
-rw-r--r--import.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/import.php b/import.php
index 9138d6ee40..3f8fed9ba1 100644
--- a/import.php
+++ b/import.php
@@ -32,7 +32,8 @@ $post_params = array(
'MAX_FILE_SIZE',
'message_to_show',
'noplugin',
- 'skip_queries'
+ 'skip_queries',
+ 'local_import_file'
);
foreach ($post_params as $one_post_param) {