diff --git a/pandora_console/operation/system_alert.php b/pandora_console/operation/system_alert.php index 20737c3bf1..b44e95a15e 100644 --- a/pandora_console/operation/system_alert.php +++ b/pandora_console/operation/system_alert.php @@ -4,7 +4,16 @@ echo "
-Community version +"; + +if(!enterprise_installed()){ + echo "Community version"; +} +else{ + echo "Enterprise version"; +} + +echo "
".get_pandora_error_for_header()."