yet another xml fix

This commit is contained in:
Thomas G 2022-08-26 19:40:12 +10:00
parent ffc7b7d736
commit a92a3ea8c7
1 changed files with 7 additions and 1 deletions

View File

@ -55,7 +55,13 @@ if (file_exists($_SERVER["DOCUMENT_ROOT"] . "/asset/" . $id)){
sign($file);
}else if($id == 20){
sign($file);
}else{
}else if ($id == 200) {
header("content-type:text/xml");
sign($file);
}else if ($id == 201) {
header("content-type:text/xml");
sign($file);
}else{
echo $file;
}
}else{