Added routes

This commit is contained in:
neerholt
2021-03-17 09:43:09 +01:00
parent 0d4f161a48
commit a84c7a9258
14 changed files with 148 additions and 54 deletions
@@ -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();
}