mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user