summaryrefslogtreecommitdiff
path: root/app/Template/config/about.php
diff options
context:
space:
mode:
authormildis <mildis@users.noreply.github.com>2019-06-04 04:51:47 +0200
committerFrédéric Guillot <fred@kanboard.net>2019-06-03 20:00:49 -0700
commitb26776e529a61666dcb941ad00ac85c1d90b03da (patch)
treee3c86ffb3d897a6dd249cb944e71627200298bf1 /app/Template/config/about.php
parentf76c6c7a2a62deb5c4985067f796b447ae144178 (diff)
Add cURL support to HTTP Client
- Add HTTP_PROXY_EXCLUDE option when cURL is used - Show HTTP client backend in about page - Fallback to legacy Stream Contexts if cURL extension is not available
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r--app/Template/config/about.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index 29063841..628fb096 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -36,6 +36,10 @@
<strong><?= PHP_SAPI ?></strong>
</li>
<li>
+ <?= t('HTTP Client:') ?>
+ <strong><?= Kanboard\Core\Http\Client::backend() ?></strong>
+ </li>
+ <li>
<?= t('OS version:') ?>
<strong><?= @php_uname('s').' '.@php_uname('r') ?></strong>
</li>