Skip to content

Commit

Permalink
update include/config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Nov 10, 2023
1 parent d9c449d commit c28fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function oldReadConfig ($configname) {
$randomtwoupfree_torrent = $TORRENT['randomtwoupfree'];
$randomtwouphalfdown_torrent = $TORRENT['randomtwouphalfdown'];
$randomthirtypercentdown_torrent = $TORRENT['randomthirtypercentdown'];
$largesize_torrent = $TORRENT['largesize'];
$largesize_torrent = (int)$TORRENT['largesize'];
$largepro_torrent = $TORRENT['largepro'];
$expirehalfleech_torrent = $TORRENT['expirehalfleech'];
$expirefree_torrent = $TORRENT['expirefree'];
Expand Down

0 comments on commit c28fd3b

Please sign in to comment.