threadr.lostcave.ddnss.de/src/accept_cookie.php

5 lines
140 B
PHP
Raw Permalink Normal View History

<?php
setcookie('threadr_cookie_banner', $expires=time()+2592000);
2021-09-02 10:06:54 +02:00
header("Location: https://%DOMAIN_NAME%" . urldecode($_GET['from']));
2020-03-10 19:30:22 +01:00
?>