Ignore:
Timestamp:
2007/09/25 20:19:29 (19 years ago)
Author:
adachi
Message:

branches/comuをマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-utf8/html/shopping/index.php

    r15099 r16016  
    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.