From 8a5483d5084ac9b74c2aa57fa059fe6a61beda46 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 28 Apr 2018 21:52:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EA=B0=90=20=EB=B2=8C=EC=A0=90=20?= =?UTF-8?q?=EA=B0=90=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/a_history.php b/hwe/a_history.php index 90fc8e17..375257f8 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -15,7 +15,7 @@ $userID = Session::getUserID(); $db = DB::db(); $connect=$db->get(); -increaseRefresh("연감", 5); +increaseRefresh("연감", 2); $query = "select startyear,year,month,conlimit from game limit 1"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect), "");