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/magazine/confirm.php

    r11982 r12039  
    8888 
    8989    // ´°Î»¥Ú¡¼¥¸¤Ë°ÜÆ°¤µ¤»¤ë¡£ 
    90     header("Location:" . gfAddSessionId("./complete.php")); 
     90    header("Location:" . gfAddSessionId(sfGetCurrentUri() . "/complete.php")); 
    9191    exit; 
    9292} else { 
Note: See TracChangeset for help on using the changeset viewer.