필요 없는 소스 제거.

mangalist.php 수정 간 주석 제거 및 중복 사용 부분 통합.
This commit is contained in:
hakasenyang
2017-01-07 08:39:12 +09:00
parent 686b7e65b6
commit 2e5129e076
+1 -2
View File
@@ -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;
}