diff options
author | emkael <emkael@tlen.pl> | 2025-02-10 23:56:23 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2025-02-10 23:56:23 +0100 |
commit | 88b7b54c4fc6505a324fcc2bdae63f59ffb425f6 (patch) | |
tree | cbc1682362ad6353e813440edb47eba94fd2d1d1 | |
parent | 644a9c656583262c1dae770bd84c7d4235783123 (diff) |
Redirecting to new form by default
-rw-r--r-- | http/index.php | 2 |
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(); |