twe_close를 twe로 변경(서비스모드로 변경)

앞으로 추가 테스트 시작
This commit is contained in:
2018-01-14 05:01:11 +09:00
parent c5c9137b35
commit 35e92365f2
155 changed files with 16 additions and 16 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
include "lib.php";
include "func.php";
//로그인 검사
CheckLogin();
$connect = dbConn();
$query = "select killturn from game where no='1'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$admin = MYDB_fetch_array($result);
$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 'b_myPage.php'; //TODO:replace