@@ -431,10 +431,10 @@ function check_service_config_state($servicename, $detected_value) {
...
@@ -431,10 +431,10 @@ function check_service_config_state($servicename, $detected_value) {
else$current_state=0;
else$current_state=0;
if($detected_value!=$current_state){
if($detected_value!=$current_state){
$answer=$inst->simple_query('Service \''.$servicename.'\' '.($detected_value?'has been':'has not been').' detected ('.($current_state?'strongly recommended, currently enabled':'currently disabled').') do you want to '.($detected_value?'enable and configure':'disable').' it? ',array('yes','no'),($current_state?'yes':'no'),'svc_detect_change_'.$servicename)
$answer=$inst->simple_query('Service \''.$servicename.'\' '.($detected_value?'has been':'has not been').' detected ('.($current_state?'strongly recommended, currently enabled':'currently disabled').') do you want to '.($detected_value?'enable and configure':'disable').' it? ',array('yes','no'),($current_state?'yes':'no'),'svc_detect_change_'.$servicename);
if($answer=='yes')return$detected_value;
if($answer=='yes')return$detected_value;
else{
else{
if($servicename=='web_server')echo"If ISPConfig-Panel is installed on this Server we will configure the Web Server anyways but will not enable it in ISPConfig.\n";
if($servicename=='web_server')echo"\033[0;33mWARNING: If ISPConfig-Panel is installed on this Server we will configure the Web Server anyways but will not enable it in ISPConfig.\033[0m\n\n";