diff options
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(); |