Changeset 1657 for temp/trunk
- Timestamp:
- 2006/08/24 14:34:08 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Session.php (modified) (3 diffs)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Session.php
r1656 r1657 11 11 function SC_Session() { 12 12 // ¥»¥Ã¥·¥ç¥ó³«»Ï 13 //sfDomainSessionStart();13 sfDomainSessionStart(); 14 14 // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 15 15 if(isset($_SESSION['cert'])) { … … 30 30 function IsSuccess() { 31 31 global $arrPERMISSION; 32 /*33 32 if($this->cert == CERT_STRING) { 34 33 if(isset($arrPERMISSION[$_SERVER['PHP_SELF']])) { … … 42 41 43 42 return ACCESS_ERROR; 44 */45 43 return SUCCESS; 46 44 } -
temp/trunk/html/admin/products/index.php
r1656 r1657 35 35 $objPage = new LC_Page(); 36 36 $objView = new SC_AdminView(); 37 //$objDate = new SC_Date();37 $objDate = new SC_Date(); 38 38 $objSess = new SC_Session(); 39 39 40 40 // ǧ¾Ú²ÄÈݤÎȽÄê 41 //$objSess = new SC_Session();42 //sfIsSuccess($objSess);41 $objSess = new SC_Session(); 42 sfIsSuccess($objSess); 43 43 44 44 /*
Note: See TracChangeset
for help on using the changeset viewer.
