if(!$auto)echo"Please enter the patch id that you want to be applied to your ISPConfig installation.\nPlease be aware that we take NO responsibility that this will work for you.\nOnly use patches if you know what you are doing.\n\n";
if(!$auto){
echo"Please enter the patch id that you want to be applied to your ISPConfig installation.\nPlease be aware that we take NO responsibility that this will work for you.\nOnly use patches if you know what you are doing.\n\n";
}
if(!is_installed('patch')){
swriteln("The program 'patch' is missing on your server. Please install it and try again.");
if($auto)$ok='y';else$ok=simple_query("Patch description:\n".str_repeat("-",80)."\n".$patch_text."\n".str_repeat("-",80)."\nDo you really want to apply this patch now?",array('y','n'),'y');
if($ok!='y'){
if($auto){
$ok='y';
}else{
$ok=simple_query("Patch description:\n".str_repeat("-",80)."\n".$patch_text."\n".str_repeat("-",80)."\nDo you really want to apply this patch now?",array('y','n'),'y');