first commit UasSIGWebgis

This commit is contained in:
raditarahman5-cloud
2026-06-09 18:19:10 +07:00
commit 6d0b24d2fe
25 changed files with 4616 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
// Root router: Redirects all traffic to the portal repository
header("Location: portal/index.php");
exit;
?>