Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6010)
+++ /temp/trunk/html/install/index.php	(revision 6011)
@@ -403,5 +403,5 @@
 function lfInitWebParam($objWebParam) {
 	
-	if(defined(ROOT_DIR)) {
+	if(defined('ROOT_DIR')) {
 		$install_dir = ROOT_DIR;
 	} else {
@@ -409,5 +409,5 @@
 	}
 	
-	if(defined(SITE_URL)) {
+	if(defined('SITE_URL')) {
 		$normal_url = SITE_URL;
 	} else {
@@ -415,5 +415,5 @@
 	}
 	
-	if(defined(SSL_URL)) {
+	if(defined('SSL_URL')) {
 		$normal_url = SSL_URL;
 	} else {
