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 /main.php
parente9310bf9952be242a2a830474076e6065cc492e1 (diff)
Dropped references to index.php
Diffstat (limited to 'main.php')
-rw-r--r--main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.php b/main.php
index 61e56f8b7d..b56048082d 100644
--- a/main.php
+++ b/main.php
@@ -113,7 +113,7 @@ if ($server > 0
}
} // end if
echo ' <li id="li_select_mysql_collation">';
- echo ' <form method="post" action="index.php" target="_parent">' . "\n"
+ echo ' <form method="post" action="main.php" target="_parent">' . "\n"
. PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection')
. ' <label for="select_collation_connection">' . "\n"
. ' ' . __('Server connection collation') . "\n"