yet another xml fix
This commit is contained in:
parent
ffc7b7d736
commit
a92a3ea8c7
|
|
@ -55,7 +55,13 @@ if (file_exists($_SERVER["DOCUMENT_ROOT"] . "/asset/" . $id)){
|
||||||
sign($file);
|
sign($file);
|
||||||
}else if($id == 20){
|
}else if($id == 20){
|
||||||
sign($file);
|
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;
|
echo $file;
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue