- Timestamp:
- 2006/12/25 18:22:47 (20 years ago)
- File:
-
- 1 edited
-
temp/branches/ec-cube-beta/html/regist/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/regist/index.php
r11299 r11300 31 31 // ¥¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÅÐÏ¿¤Î¾ì¹ç¤Î½èÍý 32 32 if($_GET["op"] != "") { 33 $etc_val = " &op=".$_GET['op'];33 $etc_val = "?op=".$_GET['op']; 34 34 } 35 35 … … 53 53 $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 54 54 $objCustomer->setLogin($email); 55 header("Location: ./complete.php ");55 header("Location: ./complete.php$etc_val"); 56 56 exit; 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.
