redirect 변경

This commit is contained in:
2019-04-23 12:03:36 +09:00
parent 7670d55f3c
commit ae8b94b2d7
13 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ $me = MYDB_fetch_array($result);
backupdateCommand($me['no'], 2);
header('location:b_chiefcenter.php');
header('location:b_chiefcenter.php', true, 303);