Added support some webapp applications
This commit is contained in:
@@ -123,6 +123,9 @@ if (!empty($installer)) {
|
||||
$appInstallerInfo = $app_installer->info();
|
||||
$supported = false;
|
||||
$supported_versions = [];
|
||||
if ($appInstallerInfo["enabled"] != true) {
|
||||
continue;
|
||||
}
|
||||
foreach ($php_versions as $version) {
|
||||
if (in_array($version, $appInstallerInfo["php_support"])) {
|
||||
$supported = true;
|
||||
|
||||
Reference in New Issue
Block a user