mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update dl.php
This commit is contained in:
parent
e93b777061
commit
38fbee7344
2
dl.php
2
dl.php
@ -164,6 +164,8 @@ $datastore->rm('cat_forums');
|
|||||||
$rows = get_extension_informations();
|
$rows = get_extension_informations();
|
||||||
$num_rows = count($rows);
|
$num_rows = count($rows);
|
||||||
|
|
||||||
|
$allowed_extensions = array();
|
||||||
|
$download_mode = array();
|
||||||
for ($i = 0; $i < $num_rows; $i++)
|
for ($i = 0; $i < $num_rows; $i++)
|
||||||
{
|
{
|
||||||
$extension = strtolower(trim($rows[$i]['extension']));
|
$extension = strtolower(trim($rows[$i]['extension']));
|
||||||
|
Loading…
Reference in New Issue
Block a user