Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/error/LC_Page_Error_DispError.php

    r22926 r23126  
    4040     * @return void 
    4141     */ 
    42     function init() 
     42    public function init() 
    4343    { 
    4444        $this->template = LOGIN_FRAME; 
     
    6161     * @return void 
    6262     */ 
    63     function process() 
     63    public function process() 
    6464    { 
    6565        $this->action(); 
     
    7272     * @return void 
    7373     */ 
    74     function action() 
     74    public function action() 
    7575    { 
    7676        SC_Response_Ex::sendHttpStatus(500); 
     
    100100     * エラーページではトランザクショントークンの自動検証は行わない 
    101101     */ 
    102     function doValidToken() 
     102    public function doValidToken() 
    103103    { 
    104104        // queit. 
Note: See TracChangeset for help on using the changeset viewer.