summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2025-02-10 23:56:23 +0100
committeremkael <emkael@tlen.pl>2025-02-10 23:56:23 +0100
commit88b7b54c4fc6505a324fcc2bdae63f59ffb425f6 (patch)
treecbc1682362ad6353e813440edb47eba94fd2d1d1
parent644a9c656583262c1dae770bd84c7d4235783123 (diff)
Redirecting to new form by default
-rw-r--r--http/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/index.php b/http/index.php
index 13594c7..6709ebe 100644
--- a/http/index.php
+++ b/http/index.php
@@ -1,3 +1,3 @@
<?php
-Header('location: pkle2020a.php');
+Header('location: pkle2025.php');
die();