started l7

This commit is contained in:
denisdulici
2020-03-04 11:09:28 +03:00
parent 29483d8c0a
commit 03cf280063
30 changed files with 195 additions and 120 deletions

View File

@ -7,7 +7,7 @@
*/
// Define minimum supported PHP version
define('AKAUNTING_PHP', '7.2.0');
define('AKAUNTING_PHP', '7.2.5');
// Check PHP version
if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) {