소스 검색

upd

station_14109
altob.rd 8 년 전
부모
커밋
12feb732be
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +3
    -4
      controllers/Cars.php

+ 3
- 4
controllers/Cars.php 파일 보기

@@ -49,14 +49,13 @@ class Cars extends CI_Controller
error_reporting(E_ALL);
}
set_error_handler(array($this, 'error_handler'), E_ALL); // 資料庫異動需做log
ignore_user_abort(); // 接受client斷線, 繼續run
$method_name = $this->router->fetch_method();
$method_name = $this->router->fetch_method();
$request_assoc = $this->uri->uri_to_assoc(3);
trigger_error(__FUNCTION__ . '..' . $method_name. '..request start..' . print_r($request_assoc, true));
ignore_user_abort(); // 接受client斷線, 繼續run
if(in_array($method_name, array(
'ipcam', 'ipcam_meta',
'check_lpr_etag',


불러오는 중...
취소
저장