master
BodgeMaster 2021-09-02 10:06:54 +02:00
parent a62d515cd2
commit 01030cdeb4
1 changed files with 1 additions and 1 deletions

View File

@ -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']));
?>