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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-08-29 07:14:06 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-11-11 01:48:59 +0300
commit593b2571cd8ba5110cd39fee896ea172ca2c81d5 (patch)
tree14e5e8b0620130e741e544e3d653f290328a5bc9 /db_operations.php
parente7e7d56c759366c61824b67f48ec0ba4d5507105 (diff)
Retrieve parameters from $_POST in chk_rel
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index f3ad40e892..c5e99783b5 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -298,7 +298,7 @@ if (!$is_information_schema) {
'%sFind out why%s.'
)
);
- $message->addParamHtml('<a href="./chk_rel.php' . $url_query . '">');
+ $message->addParamHtml('<a href="./chk_rel.php" data-post="' . $url_query . '">');
$message->addParamHtml('</a>');
/* Show error if user has configured something, notice elsewhere */
if (!empty($cfg['Servers'][$server]['pmadb'])) {