Add index.php in /guest to redirect to the portal

This commit is contained in:
johnnyq
2025-01-11 17:28:49 -05:00
parent 731927d49c
commit 5b2b3d2821

3
guest/index.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
// Redirect to the portal
header("Location: ../portal/");