version.php 분리로 인해 ['path']가 선언되지 않아 설치가 되지 않던 오류 수정

This commit is contained in:
kagla
2021-08-19 11:27:41 +09:00
parent 5d31a5505d
commit ae515803f6
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,7 @@
<?php
@header('Content-Type: text/html; charset=utf-8');
@header('X-Robots-Tag: noindex');
$g5_path['path'] = '..';
include_once ('../config.php');
$title = G5_VERSION." 라이센스 확인 1/3";
include_once ('./install.inc.php');
@ -50,4 +51,4 @@ function frm_submit(f)
?>
<?php
include_once ('./install.inc2.php');
include_once ('./install.inc2.php');