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 6b9b895a9e
commit 1209362a35

View file

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