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 /index.php
parente7e7d56c759366c61824b67f48ec0ba4d5507105 (diff)
Retrieve parameters from $_POST in chk_rel
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 30ec98c32d..e80ceef4c8 100644
--- a/index.php
+++ b/index.php
@@ -621,7 +621,7 @@ if ($server > 0) {
);
}
$msg = Message::notice($msg_text);
- $msg->addParamHtml('<a href="./chk_rel.php' . $common_url_query . '">');
+ $msg->addParamHtml('<a href="./chk_rel.php" data-post="' . $common_url_query . '">');
$msg->addParamHtml('</a>');
/* Show error if user has configured something, notice elsewhere */
if (!empty($cfg['Servers'][$server]['pmadb'])) {