Edit users.php via Editor

This commit is contained in:
admin 2025-11-08 17:01:33 +00:00
parent fd606fca99
commit 1a47db78cb

View File

@ -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>