~ubuntu-branches/ubuntu/natty/ubufox/natty-updates

1
2
3
4
5
6
<?php    header("Content-type: application/xml");
    $request=$_SERVER[argv][0];
    $mozillaurl="http://pfs.mozilla.org/plugins/PluginFinderService.php?$request";
    $contents=file_get_contents($mozillaurl);
    print_r($contents);
?>