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