Changeset 16016 for branches/comu-utf8/html/mypage/login.php
- Timestamp:
- 2007/09/25 20:19:29 (19 years ago)
- File:
-
- 1 edited
-
branches/comu-utf8/html/mypage/login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/html/mypage/login.php
r15099 r16016 33 33 // ログイン判定 34 34 if($objCustomer->isLoginSuccess()) { 35 header("location: ./index.php");35 header("location: " . sfGetCurrentUri() . "/index.php"); 36 36 } else { 37 37 // クッキー判定
Note: See TracChangeset
for help on using the changeset viewer.
