1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00

use html meta redirect

This commit is contained in:
George Hunt 2019-04-04 19:55:32 +01:00
parent 4975ed9b10
commit bfaaa422ad

View file

@ -1,5 +1,4 @@
<?php <head>
header('Location: /osm-vector/assets,true,302'); <meta http-equiv="refresh" content="0; URL=/osm-vector/assets/" />
die(); </head>
?>