Skip to content

Commit

Permalink
update links (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jun 12, 2024
1 parent b5c4aef commit 8feca5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/phalcon_http.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ Retrieves a query/get value always sanitized with the preset filters
```php
public function getHTTPReferer(): string;
```
Gets web page that refers active request. ie: http://www.google.com
Gets web page that refers active request. ie: https://www.google.com


```php
Expand Down Expand Up @@ -1642,7 +1642,7 @@ $_SERVER["PHP_AUTH_DIGEST"]
```php
public function getHTTPReferer(): string;
```
Gets web page that refers active request. ie: http://www.google.com
Gets web page that refers active request. ie: https://www.google.com


```php
Expand Down

0 comments on commit 8feca5f

Please sign in to comment.