mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
changed number of channel on frontpage
This commit is contained in:
@@ -37,7 +37,7 @@ foreach($fil as $files){
|
|||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
array_push($all_channels, ucfirst(str_replace(".json", "", $files)));
|
array_push($all_channels, ucfirst(str_replace(".json", "", $files)));
|
||||||
if($i > 13)
|
if($i > 16)
|
||||||
{
|
{
|
||||||
$tooMany = true;
|
$tooMany = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user