?> 제거
replace 코드 디버깅 용도로 제거
This commit is contained in:
@@ -14,7 +14,6 @@ $admin[killturn] *= 3;
|
||||
$query = "update general set killturn='$admin[killturn]' where user_id='$_SESSION[p_id]'";
|
||||
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
|
||||
|
||||
echo "<script>location.replace('b_myPage.php');</script>";
|
||||
|
||||
?>
|
||||
//echo "<script>location.replace('b_myPage.php');</script>";
|
||||
echo 'b_myPage.php'; //TODO:replace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user