Changeset 17386


Ignore:
Timestamp:
2008/06/30 19:12:40 (16 years ago)
Author:
adachi
Message:

SPS連携用処理組み込み

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/html/shopping/load_payment_module.php

    r16981 r17386  
    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.