mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
use html meta redirect
This commit is contained in:
parent
4975ed9b10
commit
bfaaa422ad
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue