<!-- # # Copyright (C) 2004-2024 The Cacti Group # --> # Describe the bug When running this utility on PHP8+, it will generate an error due to unchecked use of the return value associated with the `shell_exec()` function. ## Expected behavior Cacti should properly execute scripts and capture error information.
Describe the bug
When running this utility on PHP8+, it will generate an error due to unchecked use of the return value associated with the
shell_exec()function.Expected behavior
Cacti should properly execute scripts and capture error information.