array ("get", "string", "/"), ); getFields($fields); $p=$bro->GetPrefs(); // need to release the giant lock, otherwise those downloads will hang // AlternC for all users! alternc_shutdown(); switch ($p["downfmt"]) { case 0: $bro->DownloadTGZ($dir); break; case 1: $bro->DownloadTBZ($dir); break; case 2: $bro->DownloadZIP($dir); break; case 3: $bro->DownloadZ($dir); break; } ?>