Add documentation link php-fpm

Admin-Page warning didn't have a direct link to the documentation.
This commit is contained in:
tflidd 2015-09-07 09:30:45 +02:00
parent 53a0009e7b
commit 0893967588
1 changed files with 2 additions and 1 deletions

View File

@ -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
}