'.
'More information here.
'.
'Windows only - click here for download link';
$mail="amc1@users.sourceforge.net";
$image="azsnarl.png";
$versions = array( new PluginVersionInfo( "", "", "", "", "" ));
$cvs_version = new PluginVersionInfo( "", "", "", "", "" );
$os_specific = true;
if (isset($_GET['os'])) {
$os = $_GET['os'];
if (strpos(strtolower(" " . $os), 'windows') > 0) {
$versions = array(
new PluginVersionInfo(
"4.2.0.4", "1.0", "plugins/snarl_1.0.zip", "plugins/snarl_1.0.zip",
"1.0: Initial release." )
);
$cvs_version =
new PluginVersionInfo(
"3.1.1.1", "1.0_CVS", "plugins/snarl_1.0.zip", "plugins/snarl_1.0.zip",
"" );
}
}
fillDetailVarsFromArray($versions, $cvs_version);
?>