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:
commit
cbee39189f
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue