Created
June 19, 2012 14:47
-
-
Save stephanieleary/2954606 to your computer and use it in GitHub Desktop.
Bad bad bad theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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