From cdf0bf3761a7601a89aa1e786700d20293f08891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Tue, 25 Aug 2020 16:15:51 +0300 Subject: [PATCH] updated description --- bootstrap/autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 2349d1ae3..5d0710667 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -5,7 +5,7 @@ define('AKAUNTING_PHP', '7.2.5'); // Check PHP version if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) { - $message = 'Error: Ask your hosting provider to use PHP ' . AKAUNTING_PHP . ' or higher for both HTTP and CLI.' . PHP_EOL . PHP_EOL . 'Current PHP version: ' . PHP_VERSION . PHP_EOL; + $message = 'Error: Ask your hosting provider to use PHP ' . AKAUNTING_PHP . ' or higher for HTTP, CLI, and php command.' . PHP_EOL . PHP_EOL . 'Current PHP version: ' . PHP_VERSION . PHP_EOL; if (defined('STDOUT')) { fwrite(STDOUT, $message);