CloudFlare 환경과 적용에 대한 코드 다시 재수정

This commit is contained in:
thisgun
2024-11-04 16:13:43 +09:00
parent 29381da2ce
commit d65fa99e3c
8 changed files with 14 additions and 9 deletions

View File

@ -9,6 +9,7 @@ header('Pragma: no-cache'); // HTTP/1.0
@header('X-Robots-Tag: noindex');
$g5_path['path'] = '..';
include_once('install_common.php');
include_once ('../config.php');
$title = G5_VERSION." 초기환경설정 2/3";
include_once ('./install.inc.php');