18require_once DOL_DOCUMENT_ROOT.
'/api/class/api.class.php';
19require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions.lib.php';
51 'dolibarr_version' => DOL_VERSION,
52 'access_locked' => (!
getDolGlobalString(
'MAIN_ONLY_LOGIN_ALLOWED') ?
'0' : $conf->global->MAIN_ONLY_LOGIN_ALLOWED),
__construct()
Constructor of the class.
index()
Get status (Dolibarr version)
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.