redirect to index.php

This commit is contained in:
Christopher 2020-10-24 13:34:14 +02:00
parent d34323bcff
commit f4eb61bedf
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ if(isset($_SESSION['LOGIN']))
$dockerClient->startContainer($container['Id']);
}
include "./pages/dashboard.php";
header("Location: index.php");
die();
}else{
die("Login is not valid!");
}