diff options
author | Robin McCorkell <rmccorkell@owncloud.com> | 2015-09-07 09:59:47 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@owncloud.com> | 2015-09-07 09:59:47 +0100 |
commit | 4c5afe85da36aa170d12a0ff66bf6be08757a6f1 (patch) | |
tree | 116612fcd9d68b6210e416284f1fa2ad1f476205 | |
parent | 53a0009e7b24762811ecf705aa554564e3a5170e (diff) | |
parent | 90fd8bab557518ccbb3f2ca346aabdbbd3eaaa02 (diff) | |
download | nextcloud-server-4c5afe85da36aa170d12a0ff66bf6be08757a6f1.tar.gz nextcloud-server-4c5afe85da36aa170d12a0ff66bf6be08757a6f1.zip |
Merge pull request #18866 from tflidd/doc_link_phpfpm
Doc link phpfpm
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index da80ca15b0c..75b7161142f 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -73,7 +73,7 @@ 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 } |