Merge branch 'ent-8559-no-aparece-webserver-module' into 'develop'

Fixed issue with web_available token

Closes pandora_enterprise#8559

See merge request artica/pandorafms!4686
This commit is contained in:
Daniel Rodriguez 2022-02-11 10:51:01 +00:00
commit cbee39189f
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ if ($prediction_available) {
$modules['predictionserver'] = __('Create a new prediction server module');
}
if (is_metaconsole() === true || $web_available === '1') {
if (is_metaconsole() === true || $web_available >= '1') {
$modules['webserver'] = __('Create a new web Server module');
}