v2 first commit

This commit is contained in:
denisdulici
2019-11-16 10:21:14 +03:00
parent 5b23e9c2c4
commit 6d50fa8442
3075 changed files with 3451681 additions and 65594 deletions

View File

@ -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, '<')) {