diff --git a/setup.php b/setup.php index 1b32f06..b9f15ed 100644 --- a/setup.php +++ b/setup.php @@ -82,33 +82,3 @@ function plugin_version_centreon() ] ]; } - -/** - * Check pre-requisites before install - * OPTIONNAL, but recommanded - * - * @return boolean - */ -function plugin_centreon_check_prerequisites() -{ - return true; -} - -/** - * Check configuration process - * - * @param boolean $verbose Whether to display message on failure. Defaults to false - * - * @return boolean - */ -function plugin_centreon_check_config($verbose = false) -{ - if (true) { // Your configuration check - return true; - } - - if ($verbose) { - echo __('Installed / not configured', 'centreon'); - } - return false; -}