mirror of
https://github.com/hakasenyang/marumaru-php-parser
synced 2026-08-22 02:03:08 +09:00
필요 없는 소스 제거.
mangalist.php 수정 간 주석 제거 및 중복 사용 부분 통합.
This commit is contained in:
+1
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user