상수 미선언으로 인한 notice 오류 해결
This commit is contained in:
@ -6,8 +6,8 @@ header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
|
||||
header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
|
||||
header('Pragma: no-cache'); // HTTP/1.0
|
||||
|
||||
$title = G5_VERSION." 설치 3단계 중 2단계 설정";
|
||||
include_once ('../config.php');
|
||||
$title = G5_VERSION." 설치 3단계 중 2단계 설정";
|
||||
include_once ('./install.inc.php');
|
||||
|
||||
if (isset($_POST['agree']) && $_POST['agree'] != '동의함') {
|
||||
|
||||
Reference in New Issue
Block a user