Changeset 16016 for branches/comu-utf8/html/admin/design/index.php
- Timestamp:
- 2007/09/25 20:19:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/html/admin/design/index.php
r15099 r16016 65 65 // 新規ブロック作成 66 66 if ($_POST['mode'] == 'new_bloc') { 67 header("location: ./bloc.php");67 header("location: " . sfGetCurrentUri() . "/bloc.php"); 68 68 } 69 69 70 70 // 新規ページ作成 71 71 if ($_POST['mode'] == 'new_page') { 72 header("location: ./main_edit.php");72 header("location: " . sfGetCurrentUri() . "/main_edit.php"); 73 73 } 74 74 … … 154 154 header("Location: ". URL_DIR . "preview/index.php"); 155 155 }else{ 156 header("Location: ./index.php?page_id=$page_id&msg=on");156 header("Location: " . sfGetCurrentUri() . "/index.php?page_id=$page_id&msg=on"); 157 157 } 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.