Add premanent redirect from root to app/

pull/35/head
Starbeamrainbowlabs 4 years ago
parent 7537e325b0
commit 86e7974018
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2

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