version.php 분리로 인해 ['path']가 선언되지 않아 설치가 되지 않던 오류 수정
This commit is contained in:
@ -9,6 +9,7 @@ header('Pragma: no-cache'); // HTTP/1.0
|
||||
@header('Content-Type: text/html; charset=utf-8');
|
||||
@header('X-Robots-Tag: noindex');
|
||||
|
||||
$g5_path['path'] = '..';
|
||||
include_once ('../config.php');
|
||||
include_once ('../lib/common.lib.php');
|
||||
include_once('./install.function.php'); // 인스톨 과정 함수 모음
|
||||
@ -674,4 +675,4 @@ if($g5_shop_install) {
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include_once ('./install.inc2.php');
|
||||
include_once ('./install.inc2.php');
|
||||
|
||||
Reference in New Issue
Block a user