浏览代码

Minor - Uncomment header of content-type

Angel Fernando Quiroz Campos 8 年之前
父节点
当前提交
4f3fb78dde
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 }
 exit;