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/mypage/login.php

    r11730 r12039  
    3333// ¥í¥°¥¤¥óȽÄê 
    3434if($objCustomer->isLoginSuccess()) { 
    35     header("location: ./index.php"); 
     35    header("location: " . sfGetCurrentUri() . "/index.php"); 
    3636} else { 
    3737    // ¥¯¥Ã¥­¡¼È½Äê 
Note: See TracChangeset for help on using the changeset viewer.