Ignore:
Timestamp:
2007/09/25 20:19:29 (17 years ago)
Author:
adachi
Message:

branches/comuをマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-utf8/html/regist/index.php

    r15099 r16016  
    5353        $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 
    5454        $objCustomer->setLogin($email); 
    55         header("Location: ./complete.php$etc_val"); 
     55        header("Location: " . sfGetCurrentUri() . "/complete.php$etc_val"); 
    5656        exit; 
    5757    } 
Note: See TracChangeset for help on using the changeset viewer.