Skip to content

Instantly share code, notes, and snippets.

@stephanieleary
Created June 19, 2012 14:47
Show Gist options
  • Save stephanieleary/2954606 to your computer and use it in GitHub Desktop.
Save stephanieleary/2954606 to your computer and use it in GitHub Desktop.
Bad bad bad theme
<?php
header('Content-Type: text/xml');
$url = $_GET['url'];
$data = file_get_contents($url);
echo $data;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment