Add premanent redirect from root to app/

This commit is contained in:
Starbeamrainbowlabs 2019-04-12 23:15:42 +01:00
parent 7537e325b0
commit 86e7974018
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

3
index.php Normal file
View file

@ -0,0 +1,3 @@
<?php
http_response_code(308);
header("location: app/");