Changeset 12039 for branches/comu/html/regist/index.php
- Timestamp:
- 2007/03/31 21:59:45 (19 years ago)
- File:
-
- 1 edited
-
branches/comu/html/regist/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/html/regist/index.php
r11982 r12039 53 53 $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 54 54 $objCustomer->setLogin($email); 55 header("Location: ./complete.php$etc_val");55 header("Location: " . sfGetCurrentUri() . "/complete.php$etc_val"); 56 56 exit; 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.
