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

« back to all changes in this revision

Viewing changes to pfs/UbuntuPluginRDFMerger.php

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-07-02 16:20:20 UTC
  • Revision ID: james.westby@ubuntu.com-20070702162020-ts6o4npaqg8ims8b
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

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