mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
keep some default value be integer 2
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user