diff options
author | emkael <emkael@tlen.pl> | 2020-05-13 18:10:12 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-05-13 18:11:41 +0200 |
commit | a99cc025c68f4e1d7df0a20db8f2fe80cd19ce71 (patch) | |
tree | bcb3883bdcb42ddb837d83edbfff5285519efbc8 /http/index.php | |
parent | eaa70b734619af7dfbc316642c1a17c623ad6e1f (diff) |
New API version
Diffstat (limited to 'http/index.php')
-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 0bc46be..13594c7 100644 --- a/http/index.php +++ b/http/index.php @@ -1,3 +1,3 @@ <?php -Header('location: pkle2020.php'); +Header('location: pkle2020a.php'); die(); |