mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Update activechannels.php
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$dir = scandir('../lists');
|
||||
$dir = scandir('./lists');
|
||||
$channels = array();
|
||||
$all_channels = array();
|
||||
$time = 60*60*24*4; //4 dager
|
||||
@@ -15,4 +15,4 @@ foreach($dir as $files){
|
||||
|
||||
print_r(json_encode($channels));
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user