mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
4 lines
130 B
PHP
4 lines
130 B
PHP
<?php
|
|
setcookie("bw_cookie", "test", time() + (86400 * 30), "/"); // 86400 = 1 day
|
|
header("Permission-Policy: geolocation=()")
|
|
?>
|