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