redirect in login

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

View File

@ -36,7 +36,7 @@
$_SESSION['LOGIN'] = "true";
$_SESSION['CONTAINER'] = trim(ltrim($container['Names']['0'], '/'));
include "./pages/dashboard.php";
header("Location: index.php");
die();
}
}