From 11ffa1f16a554b41d9d50d39407bfce698053c97 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 30 Apr 2013 13:31:41 +0900 Subject: [PATCH] =?UTF-8?q?php=20notice=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_config.php b/install/install_config.php index aca962e4f..aa41dd057 100644 --- a/install/install_config.php +++ b/install/install_config.php @@ -10,7 +10,7 @@ $title = "그누보드4s 설치 3단계 중 2단계 설정"; include_once ('../config.php'); include_once ('./install.inc.php'); -if ($_POST['agree'] != '동의함') { +if (isset($_POST['agree']) && $_POST['agree'] != '동의함') { echo "
라이센스(License) 내용에 동의하셔야 설치를 계속하실 수 있습니다.
".PHP_EOL; echo "
뒤로가기
".PHP_EOL; exit;