diff --git a/include/config.php b/include/config.php index 888d46f8..ad51e3e9 100644 --- a/include/config.php +++ b/include/config.php @@ -367,7 +367,7 @@ $randomtwoup_torrent = $TORRENT['randomtwoup']; $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'];