diff options
author | emkael <emkael@tlen.pl> | 2020-05-13 00:10:46 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-05-13 00:10:46 +0200 |
commit | 42872f5de957f408890cb81afafb73f71063be3d (patch) | |
tree | 69ae0b69c48609565ae4f6b183d42a6c7501975b /http | |
parent | b70009db358e73b374b48a9bad3d981da37040ef (diff) |
This should not have been here.
Diffstat (limited to 'http')
-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 8159e28..0bc46be 100644 --- a/http/index.php +++ b/http/index.php @@ -1,3 +1,3 @@ <?php -Header('location: pkle2018.php'); +Header('location: pkle2020.php'); die(); |