Skip to content

Commit

Permalink
update links (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Jun 19, 2024
1 parent 3063e5d commit e6f0f32
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 @@ -749,7 +749,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 @@ -1510,7 +1510,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 e6f0f32

Please sign in to comment.