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:
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index 329fb9b9c1..1b13b831a0 100644
--- a/user_password.php
+++ b/user_password.php
@@ -234,7 +234,7 @@ function PMA_changePassDisplayPage($message, $sql_query, $_url_params)
echo PMA_Util::getMessage(
$message, $sql_query, 'success'
);
- echo '<a href="index.php'.PMA_generate_common_url($_url_params)
+ echo '<a href="main.php'.PMA_generate_common_url($_url_params)
.' target="_parent">'. "\n"
.'<strong>'.__('Back').'</strong></a>';
exit;