mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #9059 from totoprayogo1916/patch-2
docs: `referrer` is undefined
This commit is contained in:
commit
bbc7608f8a
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if ($agent->isReferral()) {
|
if ($agent->isReferral()) {
|
||||||
echo $agent->referrer();
|
echo $agent->getReferrer();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user