@ -3,8 +3,6 @@
use Chamilo\PluginBundle\Entity\WhispeakAuth\LogEvent;
$cidReset = true;
require_once __DIR__.'/../../../main/inc/global.inc.php';
api_block_anonymous_users(false);
@ -4,8 +4,6 @@
use Chamilo\PluginBundle\WhispeakAuth\Controller\AuthenticationController;
use Chamilo\PluginBundle\WhispeakAuth\Controller\EnrollmentController;
$action = isset($_POST['action']) ? $_POST['action'] : 'enrollment';