Added routes
This commit is contained in:
@@ -22,6 +22,7 @@ function ZipFileHandler(string $gameFileName, string $gameFileTmp){
|
||||
return $gameFileNewName;
|
||||
}else{
|
||||
header("location: location: ../../../Frontend/index.html?error=Wrong%20File%20Type");
|
||||
exit();
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
@@ -48,6 +49,7 @@ function imagesFileHandler(string $thumbnailFileName, string $thumbnailFileTmp){
|
||||
return $thumbnailFileNewName;
|
||||
}else{
|
||||
header("location: location: ../../../Frontend/index.html?error=Wrong%20File%20Type");
|
||||
exit();
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user