diff options
Diffstat (limited to 'pages/api/2023ui.php')
-rw-r--r-- | pages/api/2023ui.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/api/2023ui.php b/pages/api/2023ui.php new file mode 100644 index 0000000..0501b9a --- /dev/null +++ b/pages/api/2023ui.php @@ -0,0 +1,5 @@ +<?php + +setcookie("new2023UI", "yes", time() + 86400*365, "/", "", true, true); +header("Location: /?ui2023intro"); +die();
\ No newline at end of file |