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:
authorWilliam Desportes <williamdes@wdes.fr>2019-04-28 00:56:10 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-04-28 00:56:20 +0300
commit2a4729c18ea8d04fc29db61b5c20d8d129b7708b (patch)
treee7d8f1d98d5f8206b631c088364919353014e3d7 /prefs_manage.php
parent98bc51085d957bd8256c53c9f20d0014816e2f3e (diff)
Fix #14527 - Import Settings function not working
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'prefs_manage.php')
-rw-r--r--prefs_manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs_manage.php b/prefs_manage.php
index 8b0f5d90bd..41bffbb658 100644
--- a/prefs_manage.php
+++ b/prefs_manage.php
@@ -124,7 +124,7 @@ if (isset($_POST['submit_export'])
echo '<div class="config-form">';
echo $form_display->displayErrors();
echo '</div>';
- echo '<form action="prefs_manage.php" method="post">';
+ echo '<form action="prefs_manage.php" method="post" class="disableAjax">';
echo Url::getHiddenInputs() , "\n";
echo '<input type="hidden" name="json" value="'
, htmlspecialchars($json) , '" />';