1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

redirect at /library/osm-vector works

This commit is contained in:
George Hunt 2019-03-21 20:17:10 -07:00
parent 43470d93f3
commit 5b4f4cc764

View file

@ -1,5 +1,5 @@
<?php
header('Location: './splash'L);
header('Location: /osm-vector/splash,true,302');
die();
?>