Ignore:
Timestamp:
2007/10/31 10:27:46 (17 years ago)
Author:
nanasess
Message:

SSLURL_CHECK 削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/campaign/LC_Page_CampaignEntry.php

    r16582 r16636  
    7171        $CONF = $objView->objSiteInfo->data; 
    7272        $objCampaignSess = new SC_CampaignSession(); 
    73  
    74         //SSLURL判定 
    75         if (SSLURL_CHECK == 1){ 
    76             $ssl_url= sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']); 
    77             if (!ereg("^https://", $non_ssl_url)){ 
    78                 sfDispSiteError(URL_ERROR); 
    79             } 
    80         } 
    8173 
    8274        // レイアウトデザインを取得 
Note: See TracChangeset for help on using the changeset viewer.