Changeset 17391


Ignore:
Timestamp:
2008/07/01 13:44:32 (16 years ago)
Author:
adachi
Message:

SPS連携組み込み

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1.2a/html/shopping/load_payment_module.php

    r16981 r17391  
    3030SC_Utils::sfIsPrePage($objSiteSess); 
    3131 
     32// SPSモジュール連携用 
     33if (file_exists(MODULE_PATH . 'mdl_sps/inc/include.php') 
     34 && !$objCartSess->getTotalQuantity()) { 
     35 
     36    require_once MODULE_PATH . 'mdl_sps/inc/include.php'; 
     37    header("Location: " . ERROR_URL); 
     38    exit; 
     39} 
     40 
    3241// アクセスの正当性の判定 
    3342$uniqid = SC_Utils::sfCheckNormalAccess($objSiteSess, $objCartSess); 
Note: See TracChangeset for help on using the changeset viewer.