mirror of https://github.com/itflow-org/itflow
Add index.php in /guest to redirect to the portal
This commit is contained in:
parent
731927d49c
commit
5b2b3d2821
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
// Redirect to the portal
|
||||
header("Location: ../portal/");
|
||||
Loading…
Reference in New Issue