Added routes
This commit is contained in:
@@ -37,7 +37,13 @@ if(isLogin()){
|
||||
}
|
||||
$gameData->is_web_Based = $isWebBased;
|
||||
$gameData->save();
|
||||
header("location: ../../../Frontend/index.html?success=UpdatedFiles");
|
||||
exit();
|
||||
}else{
|
||||
header("location: ../../../Frontend/index.html?error=FailedUpload");
|
||||
exit();
|
||||
}
|
||||
}else{
|
||||
header("location: ../../../Frontend/index.html?error=NoLogin");
|
||||
exit();
|
||||
}
|
||||
Reference in New Issue
Block a user