ban/unban torrent send notification

This commit is contained in:
xiaomlove
2022-06-14 01:07:05 +08:00
parent 4e20c339d9
commit bcaaa020b1
18 changed files with 283 additions and 49 deletions

View File

@@ -51,6 +51,7 @@ class ADVERTISEMENT{
global $Cache;
if (!$arr = $Cache->get_value('current_ad_array'))
{
$arr = [];
$now = date("Y-m-d H:i:s");
$validpos = $this->get_validpos();
foreach ($validpos as $pos)