do_err('You have enabled the <i>'.$plugin.'</i> plugin, which causes problems with this version of SquirrelMail. Please check the ReleaseNotes or other documentation for more information.', false);
}
}
// load plugin functions
include_once(SM_PATH . 'functions/plugin.php');
// turn on output buffering in order to prevent output of new lines
echo '<p>No fatal errors were found, but there was at least 1 warning. Please check the flagged issue(s) carefully, as correcting them may prevent erratic, undefined, or incorrect behavior (or flat out breakage).</p>';
echo $footer;
} else {
print <<< EOF
<p>Congratulations, your SquirrelMail setup looks fine to me!</p>