This commit is contained in:
Andrea Adamczyk
2019-08-30 14:08:05 -04:00
committed by Julio Cesar Laura Avendaño
parent 160b891219
commit c95280fe2a
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,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;