This commit is contained in:
2021-03-16 12:46:44 +01:00
parent 8162c89051
commit 67ac104b4b
15 changed files with 56 additions and 61 deletions
+2 -3
View File
@@ -8,7 +8,6 @@ use Backend\Models\Group;
$isImages = false;
session_start();
if(isLogin()){
@@ -46,8 +45,8 @@ if(isLogin()){
}
}
}else{
header("location: ../../../Frontend/group.php?error=TooManyUploads");
header("location: ../../../Frontend/index.html?error=TooManyUploads");
}
}else{
header("location: ../../../Main.php?error=NoLogin");
header("location: ../../../Frontend/index.html?error=NoLogin");
}