Index: temp/trunk/html/admin/system/load_module.php
===================================================================
--- temp/trunk/html/admin/system/load_module.php	(revision 6604)
+++ temp/trunk/html/admin/system/load_module.php	(revision 6604)
@@ -0,0 +1,12 @@
+<?php
+/*
+ * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+require_once("../require.php");
+
+
+
+
+?>
Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6304)
+++ temp/trunk/html/install/index.php	(revision 6604)
@@ -634,5 +634,5 @@
 	"    define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" .
 	"    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" .
-	"    define('DATA_PATH', '".$data_path."');\n" .
+	"    define ('DATA_PATH', '".$data_path."');\n" .
 	"?>";
 	
