Changeset 1712 for temp/trunk
- Timestamp:
- 2006/08/24 17:16:26 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index2.php
r1711 r1712 51 51 //$objSess = new SC_Session(); 52 52 //sfIsSuccess($objSess); 53 54 // ¥»¥Ã¥·¥ç¥ó³«»Ï 55 sfDomainSessionStart(); 56 // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 57 if(isset($_SESSION['cert'])) { 58 $this->sid = session_id(); 59 $this->cert = $_SESSION['cert']; 60 $this->login_id = $_SESSION['login_id']; 61 $this->authority = $_SESSION['authority']; // ´ÉÍý¼Ô:0, °ìÈÌ:1, ±ÜÍ÷:2 62 $this->member_id = $_SESSION['member_id']; 63 // ¥í¥°¤ËµÏ¿¤¹¤ë 64 gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 65 } else { 66 // ¥í¥°¤ËµÏ¿¤¹¤ë 67 gfPrintLog("access error."); 68 } 53 69 54 70 //¥¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
Note: See TracChangeset
for help on using the changeset viewer.
