Ignore:
Timestamp:
2007/03/31 21:59:45 (19 years ago)
Author:
nanasess
Message:

header("Location: 〜") で相対パスが使用されていたのを絶対パスに変更.
data/lib/slib.php に sfGetCurrentUri(boolean) と sfGetCurrentSchema() を追加

File:
1 edited

Legend:

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

    r11982 r12039  
    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.