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-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')) {
@ -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="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 src="assets/js/main.js?v=<?php echo time(); ?>"></script>
<script> <script>
//feather.replace(); feather.replace();
</script> </script>
</body> </body>
</html> </html>