summaryrefslogtreecommitdiff
path: root/pages/api
diff options
context:
space:
mode:
Diffstat (limited to 'pages/api')
-rw-r--r--pages/api/2023ui.php5
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