Skip to content

Commit e6f0f32

Browse files
authored
update links (#185)
1 parent 3063e5d commit e6f0f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/api/phalcon_http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ Retrieves a query/get value always sanitized with the preset filters
749749
```php
750750
public function getHTTPReferer(): string;
751751
```
752-
Gets web page that refers active request. ie: http://www.google.com
752+
Gets web page that refers active request. ie: https://www.google.com
753753

754754

755755
```php
@@ -1510,7 +1510,7 @@ $_SERVER["PHP_AUTH_DIGEST"]
15101510
```php
15111511
public function getHTTPReferer(): string;
15121512
```
1513-
Gets web page that refers active request. ie: http://www.google.com
1513+
Gets web page that refers active request. ie: https://www.google.com
15141514

15151515

15161516
```php

0 commit comments

Comments
 (0)