Changeset 6146


Ignore:
Timestamp:
2006/10/12 18:44:19 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r6145 r6146  
    282282 
    283283/* URL */ 
    284 define ("URL_SHOP_TOP", URL_DIR . "shopping/index.php");            // ²ñ°÷¾ðÊóÆþÎÏ 
     284define ("URL_SHOP_TOP", SSL_URL . "shopping/index.php");            // ²ñ°÷¾ðÊóÆþÎÏ 
    285285define ("URL_SITE_TOP", URL_DIR . "index.php");                 // ¥µ¥¤¥È¥È¥Ã¥× 
    286286define ("URL_CART_TOP", URL_DIR . "cart/index.php");                // ¥«¡¼¥È¥È¥Ã¥× 
  • temp/trunk/html/cart/index.php

    r6145 r6146  
    8181        $objCartSess->saveCurrentCart($uniqid); 
    8282        // ¹ØÆþ¥Ú¡¼¥¸¤Ø 
    83          
    84         print(sfTrimURL(SSL_URL) . URL_SHOP_TOP);exit; 
    85                  
    86         header("Location: " . sfTrimURL(SSL_URL) . URL_SHOP_TOP);        
     83        header("Location: " . URL_SHOP_TOP);         
    8784    } 
    8885    break; 
  • temp/trunk/html/products/list.php

    r6132 r6146  
    121121            } 
    122122            $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 
    123             header("Location: /cart/index.php"); 
     123            header("Location: " . URL_CART_TOP); 
    124124            exit; 
    125125        } 
Note: See TracChangeset for help on using the changeset viewer.