Changeset 14851
- Timestamp:
- 2007/06/19 07:42:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/deliv.php
r14843 r14851 45 45 sfprintr($_POST); 46 46 47 //Á°¤Î¥Ú¡¼¥¸¤«¤é¤ÎÁ«°Ü¤Ë¤è¤Ã¤ÆÊ¬´ô 47 48 if(!empty($_POST["mode2"]) ){ 48 49 if ($_POST["mode2"] == "deliv") { … … 79 80 //print_r($_POST); 80 81 if ($_POST['deli'] != "") { 81 header("Location:" . gfAddSessionId("./payment 1.php"));82 header("Location:" . gfAddSessionId("./payment.php")); 82 83 exit; 83 84 }else{ … … 103 104 $objView->display(SITE_FRAME); 104 105 } 106 107 108 105 109 106 110 /**
Note: See TracChangeset
for help on using the changeset viewer.