v2 first commit
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Akaunting
|
||||
* @copyright 2017-2018 Akaunting. All rights reserved.
|
||||
* @copyright 2017-2019 Akaunting. All rights reserved.
|
||||
* @license GNU GPL version 3; see LICENSE.txt
|
||||
* @link https://akaunting.com
|
||||
*/
|
||||
|
||||
// Define minimum supported PHP version
|
||||
define('AKAUNTING_PHP', '5.6.4');
|
||||
define('AKAUNTING_PHP', '7.2.0');
|
||||
|
||||
// Check PHP version
|
||||
if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) {
|
||||
|
Reference in New Issue
Block a user