Files
UasSIGWebgis/index.php
T
2026-06-09 18:19:10 +07:00

6 lines
116 B
PHP

<?php
// Root router: Redirects all traffic to the portal repository
header("Location: portal/index.php");
exit;
?>