fixed some stuff

This commit is contained in:
neerholt
2021-03-11 13:20:10 +01:00
parent 0e343cb46e
commit 1d1606ff13
8 changed files with 72 additions and 9 deletions
+3
View File
@@ -1,6 +1,7 @@
<?php
require "../../../bootstrap.php";
require_once "Group.php";
use Backend\Models\Group;
use Backend\Models\Password;
@@ -45,5 +46,7 @@ if(isset($_POST['regGroup'])){
$_SESSION['token'] = $token;
$_SESSION['success'] = "You are now logged in";
header('location: ../../../Frontend/index.php');
}else{
echo "asdasd";
}
}