Changeset 6147 for temp/trunk/html/admin
- Timestamp:
- 2006/10/12 18:53:19 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 5 edited
-
design/index.php (modified) (1 diff)
-
design/main_edit.php (modified) (1 diff)
-
logout.php (modified) (1 diff)
-
mail/index.php (modified) (1 diff)
-
mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/index.php
r6085 r6147 152 152 153 153 $_SESSION['preview'] = "ON"; 154 header("location: /preview/index.php");154 header("location: ". URL_DIR . "preview/index.php"); 155 155 }else{ 156 156 header("location: ./index.php?page_id=$page_id&msg=on"); -
temp/trunk/html/admin/design/main_edit.php
r6093 r6147 126 126 $_SESSION['preview'] = "ON"; 127 127 128 header("location: /preview/index.php");128 header("location: " . URL_DIR . "preview/index.php"); 129 129 } 130 130 -
temp/trunk/html/admin/logout.php
r5934 r6147 10 10 $objSess->logout(); 11 11 12 header("Location: /admin/index.php"); 13 12 header("Location: " . URL_DIR . "admin/index.php"); 14 13 ?> -
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.
