Changeset 1656 for temp/trunk
- Timestamp:
- 2006/08/24 14:33:08 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Session.php (modified) (3 diffs)
-
html/admin/products/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Session.php
r1328 r1656 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 32 /* 33 33 if($this->cert == CERT_STRING) { 34 34 if(isset($arrPERMISSION[$_SERVER['PHP_SELF']])) { … … 42 42 43 43 return ACCESS_ERROR; 44 */ 45 return SUCCESS; 44 46 } 45 47 -
temp/trunk/html/admin/products/index.php
r1655 r1656 32 32 } 33 33 34 35 $objPage = new LC_Page(); 36 $objView = new SC_AdminView(); 37 //$objDate = new SC_Date(); 38 $objSess = new SC_Session(); 39 34 40 // ǧ¾Ú²ÄÈݤÎȽÄê 35 41 //$objSess = new SC_Session(); 36 42 //sfIsSuccess($objSess); 37 43 38 $objPage = new LC_Page(); 39 $objView = new SC_AdminView(); 40 $objDate = new SC_Date(); 41 42 44 /* 43 45 // ÅÐÏ¿¡¦¹¹¿·¸¡º÷³«»Ïǯ 44 46 $objDate->setStartYear(RELEASE_YEAR); … … 53 55 $objPage->arrEndMonth = $objDate->getMonth(); 54 56 $objPage->arrEndDay = $objDate->getDay(); 55 57 */ 56 58 //¥¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ 57 59 if(sfIsInt($_POST['campaign_id']) && $_POST['mode'] == "camp_search") {
Note: See TracChangeset
for help on using the changeset viewer.
