Changeset 6147 for temp/trunk/html/admin


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

* empty log message *

Location:
temp/trunk/html/admin
Files:
5 edited

Legend:

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

    r6085 r6147  
    152152         
    153153        $_SESSION['preview'] = "ON"; 
    154         header("location: /preview/index.php"); 
     154        header("location: ". URL_DIR . "preview/index.php"); 
    155155    }else{ 
    156156        header("location: ./index.php?page_id=$page_id&msg=on"); 
  • temp/trunk/html/admin/design/main_edit.php

    r6093 r6147  
    126126    $_SESSION['preview'] = "ON"; 
    127127     
    128     header("location: /preview/index.php"); 
     128    header("location: " . URL_DIR . "preview/index.php"); 
    129129} 
    130130 
  • temp/trunk/html/admin/logout.php

    r5934 r6147  
    1010$objSess->logout(); 
    1111 
    12 header("Location: /admin/index.php"); 
    13  
     12header("Location: " . URL_DIR . "admin/index.php"); 
    1413?> 
  • 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.