Changeset 6147 for temp/trunk/html/admin/mail
- Timestamp:
- 2006/10/12 18:53:19 (20 years ago)
- Location:
- temp/trunk/html/admin/mail
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/index.php
r6085 r6147 263 263 } else if( $_POST['mode'] == 'regist_complete' ){ 264 264 lfRegistData($objPage->list_data); 265 header("Location: /admin/mail/sendmail.php?mode=now");265 header("Location: " . URL_DIR . "admin/mail/sendmail.php?mode=now"); 266 266 exit; 267 267 } -
temp/trunk/html/admin/mail/sendmail.php
r5934 r6147 128 128 129 129 if ($_GET['mode'] = "now") { 130 header("Location: /admin/mail/history.php");130 header("Location: " . URL_DIR . "admin/mail/history.php"); 131 131 } 132 132 echo "complete\n";
Note: See TracChangeset
for help on using the changeset viewer.
