Changeset 16016 for branches/comu-utf8/html/mobile/regist/index.php
- Timestamp:
- 2007/09/25 20:19:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/html/mobile/regist/index.php
r15099 r16016 48 48 $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 49 49 $objCustomer->setLogin($email); 50 header("Location: " . gfAddSessionId( "./complete.php"));50 header("Location: " . gfAddSessionId(sfGetCurrentUri() . "/complete.php")); 51 51 exit; 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.