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
da83515423
commit
9c471f9c15
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
array (
|
||||
"size" => htmlspecialchars($size),
|
||||
"name" => htmlspecialchars($name),
|
||||
"seeders" => intval(htmlspecialchars($seeders)),
|
||||
"leechers" => intval(htmlspecialchars($leechers)),
|
||||
"seeders" => (int) htmlspecialchars($seeders),
|
||||
"leechers" => (int) htmlspecialchars($leechers),
|
||||
"magnet" => htmlspecialchars($magnet),
|
||||
"source" => "thepiratebay.org"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue