Ignore:
Timestamp:
2012/05/30 14:32:19 (12 years ago)
Author:
h_yoshimoto
Message:

#1831 Copyrightを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Session.php

    r21767 r21864  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    121121        // トランザクショントークンを破棄 
    122122        SC_Helper_Session_Ex::destroyToken(); 
    123         // ログに記録する 
    124         GC_Utils_Ex::gfPrintLog('logout : user='.$this->login_id.' auth='.$this->authority.' sid='.$this->sid); 
    125     } 
    126 } 
     123        // ログに記 
Note: See TracChangeset for help on using the changeset viewer.