Browse Source

Minor - Uncomment header of content-type

Angel Fernando Quiroz Campos 8 năm trước cách đây
mục cha
commit
4f3fb78dde
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/inc/ajax/model.ajax.php

+ 1 - 1
main/inc/ajax/model.ajax.php

@@ -1706,7 +1706,7 @@ if (in_array($action, $allowed_actions)) {
         }
         }
     }
     }
 
 
-    //header('Content-Type: application/json;charset=utf-8');
+    header('Content-Type: application/json;charset=utf-8');
     echo json_encode($response);
     echo json_encode($response);
 }
 }
 exit;
 exit;