Changeset 16016 for branches/comu-utf8/html/contact/index.php
- Timestamp:
- 2007/09/25 20:19:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/html/contact/index.php
r15099 r16016 92 92 lfSendMail($CONF, $objPage); 93 93 //完了ページへ移動する 94 header("location: ./complete.php");94 header("location: " . sfGetCurrentUri() . "/complete.php"); 95 95 exit; 96 96 } else {
Note: See TracChangeset
for help on using the changeset viewer.