v0.1.0 - Updated Deletetion of post

Updated home to admin
Updated create & fetch
Added DataTables
Added Icons for DataTables
Added SWAL
This commit is contained in:
Anders
2021-06-08 09:07:58 +02:00
parent 0c6d26d084
commit 350b22923a
76 changed files with 21707 additions and 80 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (isset($_POST['loginsubmit'])) {
if ($password->save()) {
$_SESSION['token'] = $token;
$_SESSION['name'] = $username;
header('location: ../../Frontend/home.php?login=success');
header('location: ../../Frontend/admin.php?login=success');
exit();
http_response_code(200);
} else {