diff options
author | emkael <emkael@tlen.pl> | 2019-01-20 11:31:33 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-20 11:31:33 +0100 |
commit | f0b7c5b99748ad654c9c180ac4486a03dc38a3a8 (patch) | |
tree | b00c78d47a5fc773bef9c30ee0cb49b0ecca8439 /http | |
parent | 2122143eadd6f60bb5c16cf1d611c33d97f63069 (diff) |
Redirecting from index.php as well
Diffstat (limited to 'http')
-rw-r--r-- | http/index.php | 7 |
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(); |