Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
Fixed OCD whitespace issue.

:)
  • Loading branch information
derek committed Aug 16, 2012
1 parent fe79d36 commit e23da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -3,7 +3,7 @@ function file_get_contents_curl($url) {
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt( $ch, CURLOPT_ENCODING, "" );
curl_setopt($ch, CURLOPT_ENCODING, "");
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);

Expand Down

0 comments on commit e23da6e

Please sign in to comment.