瀏覽代碼

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();


Loading…
取消
儲存