- instock/list_stock.php 수정 - lib/mydb.php 수정 - output/list_document.php 수정
- free/delete.php - notice/insert.php, write_form.php, delete_ripple.php, insert_ripple.php, view.php, delete.php - notice1/insert.php, write_form.php, delete_ripple.php, list.php, insert_ripple.php, view.php, delete.php - eworks/delete_ripple.php, insert_ripple.php
- session.php: isset($_SESSION) → session_status() 방식으로 변경 - notice/list.php: BOM 문자 제거 - login/login_result.php: 코드 포맷팅 정리
- charset utf8 → utf8mb4 변경 - PDO 옵션을 생성자에서 직접 설정 - SET NAMES utf8mb4 초기화 명령 추가
- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경 - DB 연결 하드코딩 → .env 기반으로 변경 - MySQL strict mode DATE 오류 수정