From 089396758849ea26eb512c72065aee77c8b99c99 Mon Sep 17 00:00:00 2001 From: tflidd Date: Mon, 7 Sep 2015 09:30:45 +0200 Subject: Add documentation link php-fpm Admin-Page warning didn't have a direct link to the documentation. --- settings/templates/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']) { ?>
  • t('php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.')); ?>
    - t('Please check the installation documentation for php configuration notes and the php configuration of your server, especially when using php-fpm.')); ?> + t('Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?> +
  • Date: Mon, 7 Sep 2015 10:05:25 +0200 Subject: remove spaces and empty line --- settings/templates/admin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 4ce3e7bcb78..75b7161142f 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -73,8 +73,7 @@ if ($_['getenvServerNotWorking']) { ?>
  • t('php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.')); ?>
    - t('Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?> - + t('Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?>