Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Response.php

    r19765 r19802  
    132132 
    133133    function sendRedirect($location) { 
    134         if (preg_match("/(" . preg_quote(SITE_URL, '/') 
    135                           . "|" . preg_quote(SSL_URL, '/') . ")/", $location)) { 
     134        if (preg_match("/(" . preg_quote(HTTP_URL, '/') 
     135                          . "|" . preg_quote(HTTPS_URL, '/') . ")/", $location)) { 
    136136 
    137137            $netURL = new Net_URL($location); 
Note: See TracChangeset for help on using the changeset viewer.