From 5c8194b36dccfda93c8ecd2b445c33acb90d52d6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 10 Apr 2018 22:44:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=B6=9C=EB=A0=A5=20?= =?UTF-8?q?=EA=B1=B0=EA=BE=B8=EB=A1=9C=20=EB=90=9C=20=EA=B2=83=20=EB=B3=B4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_history.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/func_history.php b/hwe/func_history.php index 1d8c01db..40cc5ac3 100644 --- a/hwe/func_history.php +++ b/hwe/func_history.php @@ -84,7 +84,7 @@ function pushAuctionLog($log) { } function getAuctionLogRecent(int $count) { - return join('
', getFormattedFileLogRecent("logs/_auctionlog.txt", $count, 300)); + return join('
', array_reverse(getFormattedFileLogRecent("logs/_auctionlog.txt", $count, 300))); } function pushGenLog($general, $log) { @@ -102,7 +102,7 @@ function pushBatRes($general, $log) { } function getBatResRecent(int $no, int $count) { - return join('
', getFormattedFileLogRecent("logs/batres{$no}.txt", $count, 300)); + return join('
', array_reverse(getFormattedFileLogRecent("logs/batres{$no}.txt", $count, 300))); } function pushBatLog($general, $log) { @@ -111,7 +111,7 @@ function pushBatLog($general, $log) { } function getBatLogRecent(int $no, int $count) { - return join('
', getFormattedFileLogRecent("logs/batlog{$no}.txt", $count, 300)); + return join('
', array_reverse(getFormattedFileLogRecent("logs/batlog{$no}.txt", $count, 300))); } //DB-based