This repository has been archived on 2026-08-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
billingerp/admin/modules/users/controllers/index.php
T
2025-10-08 21:28:30 +04:00

6 lines
133 B
PHP

<?php
// Users index controller - redirects to management
header("Location: dashboard.php?module=users&action=management");
exit;
?>