summaryrefslogtreecommitdiff
path: root/pages/api/2023ui.php
blob: 0501b9a8f9feb91f7d372a6fef3ef8ca62959a41 (plain)
1
2
3
4
5
<?php

setcookie("new2023UI", "yes", time() + 86400*365, "/", "", true, true);
header("Location: /?ui2023intro");
die();