Index: temp/trunk/html/test/kakinaka/auth_http.php
===================================================================
--- temp/trunk/html/test/kakinaka/auth_http.php	(revision 10046)
+++ temp/trunk/html/test/kakinaka/auth_http.php	(revision 10047)
@@ -29,9 +29,7 @@
 sfprintr($a);
 
-//$a->setRealm('yourrealm');			// ÎÎ°è (realm) Ì¾
-//$a->setCancelText('<h2>Error 401</h2>');        // Ç§¾Ú¤¬¼ºÇÔ¤·¤¿ºÝ¤ËÉ½¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸
+$a->setRealm('yourrealm');			// ÎÎ°è (realm) Ì¾
+$a->setCancelText('<h2>Error 401</h2>');        // Ç§¾Ú¤¬¼ºÇÔ¤·¤¿ºÝ¤ËÉ½¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸
 $a->start();					// Ç§¾Ú¥×¥í¥»¥¹¤Î³«»Ï
-
-/*
 
 if($a->getAuth())				// Ç§¾Ú¤¹¤Ù¤­¥æ¡¼¥¶¤«¤É¤¦¤«¤Î³ÎÇ§ 
@@ -43,5 +41,5 @@
 	echo $a->getAuthData('email');		// ¤ª¤è¤Ó¥á¡¼¥ë¥¢¥É¥ì¥¹ (email) ¤ò¼èÆÀ¡£
 };
-*/
+
 
 ?>
