-
= t('Application version:') ?>
= APP_VERSION ?>
-
= t('PHP version:') ?>
= PHP_VERSION ?>
-
= t('PHP SAPI:') ?>
= PHP_SAPI ?>
-
= t('HTTP Client:') ?>
= Kanboard\Core\Http\Client::backend() ?>
-
= t('OS version:') ?>
= @php_uname('s').' '.@php_uname('r') ?>
-
= t('Database driver:') ?>
= DB_DRIVER ?>
-
= t('Database version:') ?>
= $this->text->e($db_version) ?>
-
= t('Browser:') ?>
= $this->text->e($user_agent) ?>
-
= t('Database size:') ?>
= $this->text->bytes($db_size) ?>
-
= $this->url->link(t('Download the database'), 'ConfigController', 'downloadDb', array(), true) ?>
= t('(Gzip compressed Sqlite file)') ?>
-
= $this->url->link(t('Upload the database'), 'ConfigController', 'uploadDb', array(), false, 'js-modal-medium') ?>
-
= $this->url->link(t('Optimize the database'), 'ConfigController', 'optimizeDb', array(), true) ?>
= t('(VACUUM command)') ?>
= nl2br(file_get_contents(ROOT_DIR.DIRECTORY_SEPARATOR.'LICENSE')) ?>