Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jun 13, 2024
1 parent 5ffbee3 commit f2613cd
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 f2613cd

Please sign in to comment.