= _t('index.about') ?>
= _t('index.about.freshrss_description') ?>
= _t('index.about.project_website') ?>
= FRESHRSS_WEBSITE ?>= _t('index.about.documentation') ?>
= FRESHRSS_WIKI ?>= _t('index.about.bugs_reports') ?>
= _t('index.about.github') ?>= _t('index.about.bug_reports.environment_information') ?>
- = _t('index.about.bug_reports.environment_information.version_frss') ?>
- = htmlspecialchars(FRESHRSS_VERSION, ENT_NOQUOTES, 'UTF-8') ?>
- = _t('index.about.bug_reports.environment_information.version_php') ?>
- = htmlspecialchars(PHP_VERSION, ENT_NOQUOTES, 'UTF-8') ?>
- = _t('index.about.bug_reports.environment_information.version_curl') ?>
- = htmlspecialchars($curlVersionVersion, ENT_NOQUOTES, 'UTF-8') ?>
- = htmlspecialchars($sslversion, ENT_NOQUOTES, 'UTF-8') ?>
- = _t('index.about.bug_reports.environment_information.database') ?>
- = htmlspecialchars(FreshRSS_Context::systemConf()->db['type'], ENT_NOQUOTES, 'UTF-8') ?>
- = htmlspecialchars($databaseDAO->version(), ENT_NOQUOTES, 'UTF-8') ?> pdoClientVersion() !== $databaseDAO->version()): ?>
- = htmlspecialchars($databaseDAO->pdoClientVersion(), ENT_NOQUOTES, 'UTF-8') ?>
- = _t('index.about.bug_reports.environment_information.server_software') ?>
-
= is_string($_SERVER['SERVER_SOFTWARE'] ?? null) ? $_SERVER['SERVER_SOFTWARE'] : '' ?>
= htmlspecialchars(php_uname('s') . ' ' . php_uname('r') . ' ' . php_uname('v') . ' ' . php_uname('m'), ENT_NOQUOTES, 'UTF-8') ?> - = _t('index.about.bug_reports.environment_information.browser') ?>
- = is_string($_SERVER['HTTP_USER_AGENT'] ?? null) ? htmlspecialchars($_SERVER['HTTP_USER_AGENT'], ENT_NOQUOTES, 'UTF-8') : '' ?>
= _t('index.about.license') ?>
= _t('index.about.agpl3') ?>= _t('index.about.version') ?>
= FRESHRSS_VERSION ?> environment; if ($env !== 'production' && FreshRSS_Context::userConf()->is_admin) { ?>data/config.php
'environment' => '= $env; ?>'