Ignore:
Timestamp:
2008/03/11 14:58:45 (18 years ago)
Author:
adachi
Message:

共有SSL対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/html/install/sql/insert_data.sql

    r17046 r17118  
    10471047INSERT INTO mtb_constants VALUES ('MOBILE_URL_SHOP_COMPLETE', 'MOBILE_URL_DIR . "shopping/complete.php"', 416,'購入完了画面'); 
    10481048INSERT INTO mtb_constants VALUES ('MOBILE_URL_SHOP_MODULE', 'MOBILE_URL_DIR . "shopping/load_payment_module.php"', 417,'モジュール追加用画面'); 
     1049INSERT INTO mtb_constants VALUES ('SESSION_KEEP_METHOD', '"useCookie"', 418,'セッション維持方法:useCookie|useRequest'); 
     1050INSERT INTO mtb_constants VALUES ('SESSION_LIFETIME', '"1800"', 419,'セッション維持方法:useCookie|useRequest'); 
    10491051INSERT INTO mtb_constants VALUES ('OSTORE_URL', '"http://store.ec-cube.net/"', 500, 'オーナーズストアURL'); 
    10501052INSERT INTO mtb_constants VALUES ('OSTORE_SSLURL', '"https://store.ec-cube.net/"', 501, 'オーナーズストアURL'); 
Note: See TracChangeset for help on using the changeset viewer.