소스 검색

fix path

tags/v1.7
Nico Rey 3 년 전
부모
커밋
70294fbbdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/webpanel/Model/Conn.php

+ 1
- 1
templates/webpanel/Model/Conn.php 파일 보기

@@ -45,7 +45,7 @@
}
public function getEnhacements($id) {
$query = $this->con->prepare('SELECT daylight_pass, sat_type, img_count,
$query = $this->con->prepare('SELECT daylight_pass, sat_type, img_count
FROM decoded_passes WHERE id = ?;');
$query->bindValue(1, $id);
$result = $query->execute();


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