Created
August 15, 2011 13:47
-
-
Save chobie/1146789 to your computer and use it in GitHub Desktop.
for testing php-5.3.4a3 built-in server behavior
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/plain"); | |
$data = file_get_contents("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"); | |
header("Content-length: ". strlen($data)); | |
echo $data; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment