Edit users.php via Editor
This commit is contained in:
parent
fd606fca99
commit
1a47db78cb
@ -3,8 +3,8 @@ require_once 'db/config.php';
|
||||
require_once 'auth-check.php';
|
||||
require_once 'auth-helpers.php';
|
||||
|
||||
echo "Test";
|
||||
exit();
|
||||
//echo "Test";
|
||||
//exit();
|
||||
|
||||
// Only Admins can access this page
|
||||
if (!can($_SESSION['user_role'], 'user', 'read')) {
|
||||
@ -132,7 +132,7 @@ $users = get_users($allowed_fields);
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
||||
<script>
|
||||
//feather.replace();
|
||||
feather.replace();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user