keep some default value be integer 2

This commit is contained in:
xiaomlove
2021-01-06 02:19:03 +08:00
parent 28ab56fe70
commit 38dae7c068
25 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ if ($showsubcat){
}
//----------------- start whether show torrents from all sections---------------------//
if ($_GET)
$allsec = $_GET["allsec"] ?? 0;
$allsec = intval($_GET["allsec"] ?? 0);
else $allsec = 0;
if ($allsec == 1) //show torrents from all sections
{