Ignore:
Timestamp:
2009/02/13 21:40:29 (15 years ago)
Author:
zeniya
Message:

EC-CUBE2.4改修 #413

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/pages/LC_Page.php

    r17652 r17765  
    126126            $netURL->addQueryString(TRANSACTION_ID_NAME, $this->getToken()); 
    127127            header("Location: " . $netURL->getURL()); 
    128             return true; 
     128            //return true; 
     129            exit(); 
    129130        } 
    130131        return false; 
     
    261262            $rootPath = ltrim($rootPath, "/"); 
    262263        } 
    263          
     264 
    264265        return $rootPath; 
    265266    } 
    266      
     267 
    267268    /** 
    268269     * ページをリロードする. 
Note: See TracChangeset for help on using the changeset viewer.