fix
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user