경로 수정 및 불필요한 파일 삭제: CSS 파일 경로를 절대 경로로 변경하고, 사용되지 않는 install.css 및 이미지 파일을 삭제함. 또한, 여러 파일에서 include 경로를 수정하여 일관성을 유지함.

This commit is contained in:
kagla
2025-04-11 12:56:45 +09:00
parent 918ad48675
commit b8da0f0890
9 changed files with 21 additions and 56 deletions

View File

@ -7,7 +7,7 @@
// 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음
define('_GNUBOARD_', true);
include_once($g5_path['path'].'/version.php'); // 설정 파일
include_once($GLOBALS['baseDir'] . '/g5/version.php'); // 설정 파일
// 기본 시간대 설정
date_default_timezone_set("Asia/Seoul");