Changeset 1657 for temp/trunk


Ignore:
Timestamp:
2006/08/24 14:34:08 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Session.php

    r1656 r1657  
    1111    function SC_Session() { 
    1212        // ¥»¥Ã¥·¥ç¥ó³«»Ï 
    13         //sfDomainSessionStart(); 
     13        sfDomainSessionStart(); 
    1414        // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 
    1515        if(isset($_SESSION['cert'])) { 
     
    3030    function IsSuccess() { 
    3131        global $arrPERMISSION; 
    32             /*   
    3332        if($this->cert == CERT_STRING) { 
    3433            if(isset($arrPERMISSION[$_SERVER['PHP_SELF']])) { 
     
    4241         
    4342        return ACCESS_ERROR; 
    44         */ 
    4543        return SUCCESS; 
    4644    } 
  • temp/trunk/html/admin/products/index.php

    r1656 r1657  
    3535$objPage = new LC_Page(); 
    3636$objView = new SC_AdminView(); 
    37 //$objDate = new SC_Date(); 
     37$objDate = new SC_Date(); 
    3838$objSess = new SC_Session(); 
    3939 
    4040// ǧ¾Ú²ÄÈݤÎȽÄê 
    41 //$objSess = new SC_Session(); 
    42 //sfIsSuccess($objSess); 
     41$objSess = new SC_Session(); 
     42sfIsSuccess($objSess); 
    4343 
    4444/* 
Note: See TracChangeset for help on using the changeset viewer.