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

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

File:
1 edited

Legend:

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

    r11982 r12039  
    4848        $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 
    4949        $objCustomer->setLogin($email); 
    50         header("Location: " . gfAddSessionId("./complete.php")); 
     50        header("Location: " . gfAddSessionId(sfGetCurrentUri() . "/complete.php")); 
    5151        exit; 
    5252    } 
Note: See TracChangeset for help on using the changeset viewer.