diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2020-01-12 00:20:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 00:20:42 +0100 |
commit | 072b1f73eeaf3769b97b6e5ba969c7e20b5701ff (patch) | |
tree | 651f881f07887f1aa69fc4525690bca259925591 /http/pkle.php | |
parent | 930ebda4087a149a4683bace48041a169fd900a3 (diff) | |
parent | 63fca7536a331b41d593c3ee7e40fa5999be94ed (diff) |
Merge pull request #4 from PZBS/kmp-2020
KMP 2020
Diffstat (limited to 'http/pkle.php')
-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 8159e28..0bc46be 100644 --- a/http/pkle.php +++ b/http/pkle.php @@ -1,3 +1,3 @@ <?php -Header('location: pkle2018.php'); +Header('location: pkle2020.php'); die(); |