경로 수정 및 불필요한 파일 삭제: CSS 파일 경로를 절대 경로로 변경하고, 사용되지 않는 install.css 및 이미지 파일을 삭제함. 또한, 여러 파일에서 include 경로를 수정하여 일관성을 유지함.
This commit is contained in:
@ -173,7 +173,7 @@ if (file_exists($dbconfig_file)) {
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>오류! <?php echo G5_VERSION ?> 설치하기</title>
|
||||
<link rel="stylesheet" href="install/install.css">
|
||||
<link rel="stylesheet" href="/css/install/install.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -189,7 +189,7 @@ if (file_exists($dbconfig_file)) {
|
||||
</ul>
|
||||
<p>그누보드 설치 후 다시 실행하시기 바랍니다.</p>
|
||||
<div class="inner_btn">
|
||||
<a href="<?php echo G5_URL; ?>/install/"><?php echo G5_VERSION ?> 설치하기</a>
|
||||
<a href="/install/"><?php echo G5_VERSION ?> 설치하기</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ins_ft">
|
||||
|
||||
Reference in New Issue
Block a user