Changeset 2143 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/26 18:35:59 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/admin/mail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/mail/index.php

    r2142 r2143  
    218218        } else if( $_POST['mode'] == 'regist_complete' ){ 
    219219            lfRegistData($objPage->list_data); 
    220             header("Location: /admin/mail/history.php"); 
     220            header("Location: /admin/mail/sendmail.php"); 
    221221            exit;            
    222222        } 
  • temp/trunk/html/admin/mail/sendmail.php

    r1328 r2143  
    122122                    ,$objSite->data["email04"]                  //¡¡errors_to 
    123123                 ); 
    124                   
     124     
     125    if ($_GET['mode'] = "now") { 
     126        header("Location: /admin/mail/history.php"); 
     127    } 
    125128    echo "complete\n"; 
    126129 
Note: See TracChangeset for help on using the changeset viewer.