From a92a3ea8c7fbd2625973b7e4977051743665091d Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:40:12 +1000 Subject: [PATCH] yet another xml fix --- public/asset/index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/asset/index.php b/public/asset/index.php index f012fc5..6aca49f 100644 --- a/public/asset/index.php +++ b/public/asset/index.php @@ -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{