update include/config.php

This commit is contained in:
xiaomlove
2023-11-11 02:19:30 +08:00
parent d9c449d00a
commit c28fd3b086
+1 -1
View File
@@ -367,7 +367,7 @@ $randomtwoup_torrent = $TORRENT['randomtwoup'];
$randomtwoupfree_torrent = $TORRENT['randomtwoupfree']; $randomtwoupfree_torrent = $TORRENT['randomtwoupfree'];
$randomtwouphalfdown_torrent = $TORRENT['randomtwouphalfdown']; $randomtwouphalfdown_torrent = $TORRENT['randomtwouphalfdown'];
$randomthirtypercentdown_torrent = $TORRENT['randomthirtypercentdown']; $randomthirtypercentdown_torrent = $TORRENT['randomthirtypercentdown'];
$largesize_torrent = $TORRENT['largesize']; $largesize_torrent = (int)$TORRENT['largesize'];
$largepro_torrent = $TORRENT['largepro']; $largepro_torrent = $TORRENT['largepro'];
$expirehalfleech_torrent = $TORRENT['expirehalfleech']; $expirehalfleech_torrent = $TORRENT['expirehalfleech'];
$expirefree_torrent = $TORRENT['expirefree']; $expirefree_torrent = $TORRENT['expirefree'];