mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
a526bf9eb9
commit
4b294fcd95
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@ foreach ($rows as $liveS) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
$stats = Live::getStatsApplications(true);
|
$stats = Live::getStatsApplications(true);
|
||||||
|
|
||||||
foreach ($stats as $key => $live) {
|
foreach ($stats as $key => $live) {
|
||||||
|
@ -58,3 +58,7 @@ foreach ($stats as $key => $live) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
Live::finishAllFromStats();
|
||||||
|
Live::unfinishAllFromStats(true);
|
Loading…
Add table
Add a link
Reference in a new issue