php8.0 버전 호환 코드 적용 및 PHP 끝 태그 삭제 일괄적용
This commit is contained in:
@ -30,5 +30,4 @@ if (is_file($skin_file)) {
|
||||
echo '<div class="sct_nofile">'.str_replace(G5_PATH.'/', '', $skin_file).' 파일을 찾을 수 없습니다.<br>관리자에게 알려주시면 감사하겠습니다.</div>';
|
||||
}
|
||||
|
||||
include_once(G5_SHOP_PATH.'/_tail.php');
|
||||
?>
|
||||
include_once(G5_SHOP_PATH.'/_tail.php');
|
||||
Reference in New Issue
Block a user