X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=201a9e5a8deee4f02da3ed2b358172d226a9ba85;hb=8a023885009927ee65007669319cb4dd43baf663;hp=6adef844a2a9ae8281b54bff7dc84d8b1cb3d221;hpb=490b85f27ba768ec3fe617d11cc49f734cef84bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 6adef844a2..201a9e5a8d 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -1,4 +1,26 @@ status; } - // If everything went OK, or we recieved some error code + // If everything went OK, or we received some error code // get the response body content. if ( $this->status->isOK() || (int)$this->respStatus >= 300) {