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:
authorRouslan Placella <rouslan@placella.com>2012-06-23 20:37:41 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:07:02 +0400
commitc24010362fba7c093633c9d8d4fe3a811e55a4cd (patch)
treeb9bc021843de80f7656e55c529125eeed64de8b3 /user_password.php
parente9310bf9952be242a2a830474076e6065cc492e1 (diff)
Dropped references to index.php
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;