浏览代码

upd

station_14109
altob.rd 8 年前
父节点
当前提交
ce22b53b7b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      controllers/Cars.php

+ 3
- 0
controllers/Cars.php 查看文件

@@ -49,6 +49,9 @@ class Cars extends CI_Controller
ob_end_clean();
ignore_user_abort();
ob_start();
echo 'ok';
header('Connection: close');
header('Content-Length: ' . ob_get_length());
ob_end_flush();


正在加载...
取消
保存