diff options
author | emkael <emkael@tlen.pl> | 2020-01-10 22:42:36 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-10 22:42:36 +0100 |
commit | 63fca7536a331b41d593c3ee7e40fa5999be94ed (patch) | |
tree | 651f881f07887f1aa69fc4525690bca259925591 /http/pkle.php | |
parent | fc6a2893e4e9d87d4752adba7675628a6152823a (diff) |
Legacy API call for 2018 calculator + new calculator with current API
Fixes #3
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(); |