summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authortflidd <tflidd@aspekte.net>2015-09-07 09:30:45 +0200
committertflidd <tflidd@aspekte.net>2015-09-07 09:30:45 +0200
commit089396758849ea26eb512c72065aee77c8b99c99 (patch)
treedecf4940672679004a1c1f6c8ee754e9563e95ff /settings/templates
parent53a0009e7b24762811ecf705aa554564e3a5170e (diff)
downloadnextcloud-server-089396758849ea26eb512c72065aee77c8b99c99.tar.gz
nextcloud-server-089396758849ea26eb512c72065aee77c8b99c99.zip
Add documentation link php-fpm
Admin-Page warning didn't have a direct link to the documentation.
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index da80ca15b0c..4ce3e7bcb78 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -73,7 +73,8 @@ if ($_['getenvServerNotWorking']) {
?>
<li>
<?php p($l->t('php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.')); ?><br>
- <?php p($l->t('Please check the installation documentation for php configuration notes and the php configuration of your server, especially when using php-fpm.')); ?>
+ <?php print_unescaped($l->t('Please check the <a target="_blank" href="%s">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?>
+
</li>
<?php
}