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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-04 15:08:23 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-04 15:08:23 +0400
commit26127353bf9ed7d841f65ae930508d87d51f92a4 (patch)
treeadebed0c1f489a001a7ca6b0566a501a23ce2d13 /user_password.php
parent20ed3f00de1781c2142a30beda26a2af0113eb60 (diff)
make use of checkPassword() in server_privileges.js instead of own function
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 96b1630948..7c2f906e5f 100644
--- a/user_password.php
+++ b/user_password.php
@@ -88,7 +88,7 @@ if (isset($nopass)) {
* aren't valid -> displays the form
*/
// Loads the headers
-$GLOBALS['js_include'][] = 'user_password.js';
+$GLOBALS['js_include'][] = 'server_privileges.js';
require_once './libraries/header.inc.php';
echo '<h1>' . $strChangePassword . '</h1>' . "\n\n";