mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Update thepiratebay.php
This commit is contained in:
parent
9ad077535e
commit
da83515423
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
array (
|
array (
|
||||||
"size" => htmlspecialchars($size),
|
"size" => htmlspecialchars($size),
|
||||||
"name" => htmlspecialchars($name),
|
"name" => htmlspecialchars($name),
|
||||||
"seeders" => htmlspecialchars($seeders),
|
"seeders" => intval(htmlspecialchars($seeders)),
|
||||||
"leechers" => htmlspecialchars($leechers),
|
"leechers" => intval(htmlspecialchars($leechers)),
|
||||||
"magnet" => htmlspecialchars($magnet),
|
"magnet" => htmlspecialchars($magnet),
|
||||||
"source" => "thepiratebay.org"
|
"source" => "thepiratebay.org"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue