Edit users.php via Editor
This commit is contained in:
parent
1a47db78cb
commit
5f697b63ac
@ -3,8 +3,8 @@ require_once 'db/config.php';
|
|||||||
require_once 'auth-check.php';
|
require_once 'auth-check.php';
|
||||||
require_once 'auth-helpers.php';
|
require_once 'auth-helpers.php';
|
||||||
|
|
||||||
//echo "Test";
|
echo "Test";
|
||||||
//exit();
|
exit();
|
||||||
|
|
||||||
// Only Admins can access this page
|
// Only Admins can access this page
|
||||||
if (!can($_SESSION['user_role'], 'user', 'read')) {
|
if (!can($_SESSION['user_role'], 'user', 'read')) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user