Ignore:
Timestamp:
2006/10/12 18:53:19 (20 years ago)
Author:
naka
Message:

* empty log message *

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

Legend:

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

    r6085 r6147  
    263263        } else if( $_POST['mode'] == 'regist_complete' ){ 
    264264            lfRegistData($objPage->list_data); 
    265             header("Location: /admin/mail/sendmail.php?mode=now"); 
     265            header("Location: " . URL_DIR . "admin/mail/sendmail.php?mode=now"); 
    266266            exit;            
    267267        } 
  • temp/trunk/html/admin/mail/sendmail.php

    r5934 r6147  
    128128     
    129129    if ($_GET['mode'] = "now") { 
    130         header("Location: /admin/mail/history.php"); 
     130        header("Location: " . URL_DIR . "admin/mail/history.php"); 
    131131    } 
    132132    echo "complete\n"; 
Note: See TracChangeset for help on using the changeset viewer.