Initial commit: Retribusi frontend dengan dashboard, event logs, dan settings

This commit is contained in:
mwpn
2025-12-18 11:21:40 +07:00
commit b3573ed390
35 changed files with 7368 additions and 0 deletions

5
public/index.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
// Redirect ke login page di root
header('Location: ../index.php');
exit;