\n";
echo "
Getting release information from snort.org...\n";
echo "
\n";
ob_flush();
sleep(1);
$text = file_get_contents("http://www.snort.org/pub-bin/downloads.cgi");
echo "\n";
if (preg_match_all("/.*RELEASED\: (.*)\", $text, $matches))
$last_update_date = trim($matches[1][0]);
echo "