Index: temp/trunk/html/index.php
===================================================================
--- temp/trunk/html/index.php	(revision 10170)
+++ temp/trunk/html/index.php	(revision 10171)
@@ -23,9 +23,4 @@
 $objPage = sfGetPageLayout($objPage, false, "index.php");
 
-sfprintr("ooooooaaa");
-
-
-
-
 $objView = new SC_SiteView();
 $objView->assignobj($objPage);
Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 10164)
+++ temp/trunk/html/install/index.php	(revision 10171)
@@ -597,4 +597,8 @@
 	}
 	
+	// ¥í¥°¥¤¥óID¥Á¥§¥Ã¥¯
+	$objErr->doFunc(array("¥í¥°¥¤¥óID",'login_id'), array("EXIST_CHECK", "ALNUM_CHECK"));
+	$objErr->doFunc(array("¥í¥°¥¤¥óID",'login_id',ID_MIN_LEN , ID_MAX_LEN) ,array("NUM_RANGE_CHECK"));
+	
 	return $objErr->arrErr;
 }
