파일을 직접수정하지 않고 hook을 사용해 관리자 메뉴 추가.

기존 shop_admin 에 포함되어있던 새 파일을 fg_admin 폴더 내부로 이동
관리자 월 정산용 페이지 오작동 문제 해결
This commit is contained in:
2025-12-11 10:40:20 +09:00
parent 8ea1ab51fc
commit d125d39965
18 changed files with 208 additions and 3186 deletions

View File

@ -19,7 +19,7 @@ $where[] = "$sel_ca_id"; // 배열에 검색문을 넣어준다
$tot_ct_qty = 0;
// 퍼스트가든용 끝
include_once (G5_ADMIN_PATH.'/fg_admin/orderlist.head.php');
include_once ('orderlist_head.php');
$sql_search = "";
if ($search != "") {