forked from root/threadr.lostcave.ddnss.de
fixed #30
parent
a62d515cd2
commit
01030cdeb4
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
setcookie('threadr_cookie_banner', $expires=time()+2592000);
|
||||
header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
|
||||
header("Location: https://%DOMAIN_NAME%" . urldecode($_GET['from']));
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue