updated description
This commit is contained in:
parent
6060998a18
commit
cdf0bf3761
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user