Changeset 18018


Ignore:
Timestamp:
2009/05/20 11:28:43 (15 years ago)
Author:
Seasoft
Message:

merge 17765
・取得元: version-2_4
【取得元のログメッセージ】
EC-CUBE2.4改修 #413

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/LC_Page.php

    r17674 r18018  
    128128            $netURL->addQueryString(TRANSACTION_ID_NAME, $this->getToken()); 
    129129            header("Location: " . $netURL->getURL()); 
    130             return true; 
     130            //return true; 
     131            exit(); 
    131132        } 
    132133        return false; 
     
    255256        $realPath = str_replace("\\", "/", $realPath); 
    256257        $htmlPath = str_replace("\\", "/", HTML_PATH); 
    257          
     258 
    258259        $htmlPath = rtrim($htmlPath, "/"); 
    259260        $rootPath = str_replace($htmlPath, "", $realPath); 
     
    262263        return $rootPath; 
    263264    } 
    264      
     265 
    265266    /** 
    266267     * ページをリロードする. 
Note: See TracChangeset for help on using the changeset viewer.