PMCORE-631

This commit is contained in:
Paula Quispe
2020-04-09 17:45:04 -04:00
parent 795a52afd3
commit a3d4b65bf4
6 changed files with 76 additions and 157 deletions

View File

@@ -12,6 +12,7 @@ include PATH_LANGUAGECONT . "translation." . SYS_LANG;
class InstallerModule extends Controller
{
const MYSQL_VERSION_MAXIMUM_SUPPORTED = "5.7";
const PHP_VERSION_MINIMUM_SUPPORTED = "7.1";
const PHP_VERSION_NOT_SUPPORTED = "7.4";
public $path_config;