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-11 22:27:39 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-12 04:09:05 +0300
commita2b08bae7b9979dee6a9f195e55481bf1d7e882d (patch)
tree76bb601dfe7ca50fe6dcc7f885d3f95caa40ba68 /sql.php
parent9f6fcf04b4d7bae72b4899aaca743a2162d778f6 (diff)
Refactor check_user_privileges to static methods
Refactor check_user_privileges.lib.php functions to static methods and move logic to check_user_privileges.inc.php. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index 685dc5e2ec..7867577f52 100644
--- a/sql.php
+++ b/sql.php
@@ -17,7 +17,7 @@ use PhpMyAdmin\Util;
* Gets some core libraries
*/
require_once 'libraries/common.inc.php';
-require_once 'libraries/check_user_privileges.lib.php';
+require_once 'libraries/check_user_privileges.inc.php';
PageSettings::showGroup('Browse');