Преглед изворни кода

Merge pull request #18866 from tflidd/doc_link_phpfpm

Doc link phpfpm
tags/v8.2beta1
Robin McCorkell пре 8 година
родитељ
комит
4c5afe85da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      settings/templates/admin.php

+ 1
- 1
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
}

Loading…
Откажи
Сачувај