$menu_msg]; } catch (Exception $e) { $install_result['errors'][] = '설치 중 심각한 오류 발생: ' . $e->getMessage(); } } else if ($action === 'delete') { check_admin_token(); $delete_result = ['tables' => [], 'menu' => '']; $menu_file = G5_ADMIN_PATH . '/admin.menu720.statistics.php'; if (file_exists($menu_file)) { if (@unlink($menu_file)) { $delete_result['menu'] = '메뉴 파일 삭제 성공'; } else { $delete_result['menu'] = '메뉴 파일 삭제 실패 (권한 확인 필요)'; } } } function create_admin_menu_file() { $source_file = __DIR__ . '/admin.menu720.statistics.php'; $target_file = G5_ADMIN_PATH . '/admin.menu720.statistics.php'; if (!file_exists($source_file)) return "실패 (메뉴 원본 파일 없음)"; if (file_exists($target_file)) return "성공 (이미 존재함)"; if (@copy($source_file, $target_file)) return "성공"; return "실패 (파일 복사 오류)"; } $menu_file = G5_ADMIN_PATH . '/admin.menu720.statistics.php'; $is_installed = file_exists($menu_file); ?>
전문적인 상담 예약 관리 및 일정 관리 솔루션
솔루션 관련 데이터와 파일이 삭제되었습니다.
상담 예약 시스템을 사용하기 위해 설치가 필요합니다.