Added echo

This commit is contained in:
neerholt
2021-03-22 09:42:17 +01:00
parent 171e0a3765
commit da17b17fd9
7 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ if(isAdmin() && isset($_GET['gameJamId'])){
}else{
http_response_code(401);
echo http_response_code(401);
}