diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e83d3fe9a0..f5e2718cd0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2008-11-11 Ramon Novoa + + * godmode/agentes/agent_disk_conf_editor.php: Fixed check of + enterprise_include () return value. + 2008-11-11 Jorge Gonzalez * include/languages/es.po, include/languages/index.pot, diff --git a/pandora_console/godmode/agentes/agent_disk_conf_editor.php b/pandora_console/godmode/agentes/agent_disk_conf_editor.php index 0d0a84fba9..0c41384001 100644 --- a/pandora_console/godmode/agentes/agent_disk_conf_editor.php +++ b/pandora_console/godmode/agentes/agent_disk_conf_editor.php @@ -1,12 +1,11 @@ This feature is not included on OpenSource version. Please visit our website to learn more about the advanced features of Pandora FMS Enterprise edition"; -// Footer -echo ""; +if (enterprise_include ("godmode/agentes/agent_disk_conf_editor.php") === ENTERPRISE_NOT_HOOK) { + echo "

This feature is not included on OpenSource version. Please visit our website to learn more about the advanced features of Pandora FMS Enterprise edition

"; + // Footer + echo ""; +} ?>