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/shopping/index.php

    r11730 r12039  
    5151if($objCustomer->isLoginSuccess()) { 
    5252    // ¤¹¤Ç¤Ë¥í¥°¥¤¥ó¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤ªÆϤ±ÀèÀßÄê²èÌ̤ËžÁ÷ 
    53     header("Location: ./deliv.php"); 
     53    header("Location: " . sfGetCurrentUri() . "/deliv.php"); 
    5454    exit; 
    5555} 
Note: See TracChangeset for help on using the changeset viewer.