Changeset 16016 for branches/comu-utf8/html/mobile/mypage/index.php
- Timestamp:
- 2007/09/25 20:19:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/html/mobile/mypage/index.php
r15099 r16016 63 63 // 携帯のメールアドレスが登録されていない場合 64 64 if (!$objCustomer->hasValue('email_mobile')) { 65 header('Location: ' . gfAddSessionId( '../entry/email_mobile.php'));65 header('Location: ' . gfAddSessionId(sfGetCurrentUri() . "/../entry/email_mobile.php")); 66 66 exit; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.