summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-01-20 11:31:33 +0100
committeremkael <emkael@tlen.pl>2019-01-20 11:31:33 +0100
commitf0b7c5b99748ad654c9c180ac4486a03dc38a3a8 (patch)
treeb00c78d47a5fc773bef9c30ee0cb49b0ecca8439 /http
parent2122143eadd6f60bb5c16cf1d611c33d97f63069 (diff)
Redirecting from index.php as well
Diffstat (limited to 'http')
-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();