summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/index.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/http/index.php b/http/index.php
index 60e3e88..8159e28 100644
--- a/http/index.php
+++ b/http/index.php
@@ -1,4 +1,3 @@
-<html>
-<head></head>
-<body></body>
-</html>
+<?php
+Header('location: pkle2018.php');
+die();