Fix Auto Renewall Cronjob

This commit is contained in:
Ibnu Maksum
2023-08-18 09:47:03 +07:00
parent 62cc7bf8a5
commit e23b2464b8
8 changed files with 41 additions and 24 deletions

View File

@ -191,10 +191,6 @@ function _admin($login = true)
}
}
function _raid($l)
{
return substr(str_shuffle(str_repeat('0123456789', $l)), 0, $l);
}
function _log($description, $type = '', $userid = '0')
{