Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest authored Oct 25, 2016
1 parent 9abbb59 commit 626acb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HTTP {
protected static $UA = "Mozilla/4.0 (compatible; Core::HTTP; Windows NT 6.1)",
$json_data = false,
$headers = [],
$last_info = null
$last_info = null,
$proxy = null; // host:port

protected static function request($method, $url, $data=[], array $headers=[], $data_as_json=false, $username=null, $password = null){
Expand Down

0 comments on commit 626acb0

Please sign in to comment.