コード例 #1
0
ファイル: domains.php プロジェクト: BillTheBest/1.6.x
function TreeApplyTasks()
{
    $cron = new cron();
    $html = $cron->SockApplyCrons();
    $tpl = new templates();
    echo $tpl->_ENGINE_parse_body($html);
}