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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-07 03:42:18 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-07 03:42:18 +0300
commit2217b4c96066024a8d0aa725b416662ff9b85902 (patch)
tree3db3eb53af1e14fba473c2ef6009b6a417522ddc /server_privileges.php
parent82dc32305bd250dc191c671cb238d92ac50c72ba (diff)
Refactor change password function to static method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 6270ab0002..a3144f7ab7 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -20,7 +20,6 @@ require_once 'libraries/common.inc.php';
/**
* functions implementation for this script
*/
-require_once 'libraries/display_change_password.lib.php';
require_once 'libraries/check_user_privileges.lib.php';
$cfgRelation = Relation::getRelationsParam();