index
:
unifest.git
master
permission-rebuild-views
translation
Engelsystem for the unifest.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
www
/
404.php
blob: dc19cd2699759b3881d8987eb2b17ba9403a00c7 (
plain
)
1
2
3
<?php
header
(
"Location: https://"
.
$_SERVER
[
'HTTP_HOST'
]
.
$_SERVER
[
'REDIRECT_URL'
]);
?>