mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
readme add quick start
This commit is contained in:
+1
-2
@@ -371,8 +371,7 @@ function docleanup($forceAll = 0, $printProgress = false) {
|
||||
$torrents[$row["torrent"]]["comments"] = $row["c"];
|
||||
}
|
||||
|
||||
// $fields = explode(":", "comments:leechers:seeders");
|
||||
$fields = explode(":", "comments");
|
||||
$fields = explode(":", "comments:leechers:seeders");
|
||||
$res = sql_query("SELECT id, seeders, leechers, comments FROM torrents") or sqlerr(__FILE__, __LINE__);
|
||||
while ($row = mysql_fetch_assoc($res)) {
|
||||
$id = $row["id"];
|
||||
|
||||
Reference in New Issue
Block a user