diff options
author | Michał Klichowicz <emkael@tlen.pl> | 2025-02-14 01:42:03 +0100 |
---|---|---|
committer | Michał Klichowicz <emkael@tlen.pl> | 2025-02-14 01:42:03 +0100 |
commit | 10b4b56429685bdb4dd479a211cf82c4594a627a (patch) | |
tree | b54657a42605d5388e427b9e560da2976f93a798 | |
parent | b30bd3a208402f0fb6bf395dce3120de9f922689 (diff) |
-rw-r--r-- | http/pkle.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/pkle.php b/http/pkle.php index 13594c7..6709ebe 100644 --- a/http/pkle.php +++ b/http/pkle.php @@ -1,3 +1,3 @@ <?php -Header('location: pkle2020a.php'); +Header('location: pkle2025.php'); die(); |