Skip to content

Commit

Permalink
Use loopback IP
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Jan 11, 2019
1 parent 6ee2ee4 commit b138c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-data.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/php
<?php
$ch = curl_init("http://localhost/output.php");
$ch = curl_init("http://127.0.0.1/output.php");

curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
Expand Down

0 comments on commit b138c33

Please sign in to comment.