From 2e5129e076953443060405f44d93e01fcf3182ea Mon Sep 17 00:00:00 2001 From: hakasenyang Date: Sat, 7 Jan 2017 08:39:12 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=9A=94=20=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=A0=9C=EA=B1=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mangalist.php 수정 간 주석 제거 및 중복 사용 부분 통합. --- mangalist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mangalist.php b/mangalist.php index 17629dc..f14ee1a 100644 --- a/mangalist.php +++ b/mangalist.php @@ -13,9 +13,8 @@ $id = explode('"', $a[$i])[0]; $c[] = ['href'=>'/b/manga/'.$id, 'title'=>$name, 'id'=>$id]; } - $marumaru->FileWrite(json_encode(array('list'=>$c)), 'mangalist.txt'); - //$file = $marumaru->FileRead('mangalist.txt'); $file = json_encode(array('list'=>$c)); + $marumaru->FileWrite($file, 'mangalist.txt'); echo $file; exit; }