Conflicts

This commit is contained in:
Paula Quispe
2019-09-12 15:10:46 -04:00
65 changed files with 1199 additions and 1622 deletions

View File

@@ -12,7 +12,7 @@ include PATH_LANGUAGECONT . "translation." . SYS_LANG;
class InstallerModule extends Controller
{
const PHP_VERSION_MINIMUM_SUPPORTED = '5.6';
const PHP_VERSION_MINIMUM_SUPPORTED = '7.1';
const PHP_VERSION_NOT_SUPPORTED = '7.2';
public $path_config;
public $path_languages;