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:
authorMarc Delisle <marc@infomarc.info>2012-11-10 18:09:24 +0400
committerMarc Delisle <marc@infomarc.info>2012-11-10 18:09:24 +0400
commit397c5b81678dcbb893db8f6f12f5581dfc5d2fbd (patch)
tree3d671af0fbeabc13b9dc492ee7636e5af591ef1a /server_privileges.php
parent98d290f6e53d176c2665562a7c29bc3218f6194d (diff)
Missing Change password dialog in Edit privileges
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 1e747d230b..f130ab466e 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -13,6 +13,7 @@ require_once 'libraries/common.inc.php';
/**
* functions implementation for this script
*/
+require_once 'libraries/display_change_password.lib.php';
require_once 'libraries/server_privileges.lib.php';
/**