Changeset 7704 for temp/trunk
- Timestamp:
- 2006/11/07 21:50:09 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/downloads/module/mdl_epsilon/card.php (modified) (1 diff)
-
html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r7703 r7704 31 31 if($_GET["result"] == "1"){ 32 32 33 sfprintr($_GET);34 sfprintr($_SESSION);35 36 33 // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 37 34 $objSiteSess->setRegistFlag(); 38 35 39 sfprintr($_SESSION["site"]);40 exit();41 42 36 // ´°Î»²èÌÌ¤Ø 43 //header("Location: " . URL_SHOP_COMPLETE);37 header("Location: " . URL_SHOP_COMPLETE); 44 38 45 39 }elseif($_GET["result"] == "0"){ -
temp/trunk/html/shopping/complete.php
r6954 r7704 30 30 } 31 31 } 32 33 sfprintr($_SESSION["site"]); 34 32 35 33 36 $conn = new SC_DBConn();
Note: See TracChangeset
for help on using the changeset viewer.
