Changeset 2143 for temp/trunk/html/admin
- Timestamp:
- 2006/08/26 18:35:59 (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
r2142 r2143 218 218 } else if( $_POST['mode'] == 'regist_complete' ){ 219 219 lfRegistData($objPage->list_data); 220 header("Location: /admin/mail/ history.php");220 header("Location: /admin/mail/sendmail.php"); 221 221 exit; 222 222 } -
temp/trunk/html/admin/mail/sendmail.php
r1328 r2143 122 122 ,$objSite->data["email04"] //¡¡errors_to 123 123 ); 124 124 125 if ($_GET['mode'] = "now") { 126 header("Location: /admin/mail/history.php"); 127 } 125 128 echo "complete\n"; 126 129
Note: See TracChangeset
for help on using the changeset viewer.
