'; _e('JSON API Auth requires the JSON API plugin to be activated. Please install / activate JSON API first.', 'json-api-user'); echo '

'; } function pimAuthJsonApiController($aControllers) { $aControllers[] = 'Auth'; return $aControllers; } function setAuthControllerPath($sDefaultPath) { return dirname(__FILE__) . '/controllers/Auth.php'; }