Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 1792)
+++ temp/trunk/html/admin/products/index.php	(revision 1796)
@@ -49,6 +49,6 @@
 
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
-//$objSess = new SC_Session();
-//sfIsSuccess($objSess);
+$objSess = new SC_Session();
+sfIsSuccess($objSess);
 
 //¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
Index: temp/trunk/data/class/SC_Session.php
===================================================================
--- temp/trunk/data/class/SC_Session.php	(revision 1795)
+++ temp/trunk/data/class/SC_Session.php	(revision 1796)
@@ -40,6 +40,6 @@
 		}
 		
-		return SUCCESS;
-		//return ACCESS_ERROR;
+//		return SUCCESS;
+		return ACCESS_ERROR;
 	}
 	
