Bad redirection from controler Fix

This commit is contained in:
JonatanRek
2019-10-11 16:26:23 +02:00
parent 1b90258b55
commit 5501805c71
4 changed files with 4 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ if (isset($_POST) && !empty($_POST)){
die();
}
header('Location: /vasek/home/' . strtolower(basename(__FILE__, '.php')), TRUE);
header('Location: /vasek/home/' . strtolower(basename(__FILE__, '.php')));
die();
}