Minor one / accidently leftover

This commit is contained in:
int2001
2025-11-27 12:53:04 +00:00
parent beaf05777f
commit 81fa97335c

View File

@@ -188,7 +188,6 @@ class API extends CI_Controller {
function check_auth($key) {
$this->load->model('api_model');
header("Content-type: text/xml");
if($this->api_model->access($key) == "No Key Found" || $this->api_model->access($key) == "Key Disabled") {
// set the content type as json
header("Content-type: application/json");