removed php executable finder

This commit is contained in:
Denis Duliçi
2020-06-28 09:39:20 +03:00
parent 1f5901d3c7
commit 2d1c4ab1f7
6 changed files with 325 additions and 22 deletions

View File

@ -5,7 +5,7 @@ define('AKAUNTING_PHP', '7.2.5');
// Check PHP version
if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) {
die('ERROR: Your host needs to use PHP ' . AKAUNTING_PHP . ' or higher to run Akaunting');
die('Error: Ask your hosting provider to use PHP ' . AKAUNTING_PHP . ' or higher for both HTTP and CLI.');
}
define('LARAVEL_START', microtime(true));