Skip to content

Commit

Permalink
docs: referrer is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 authored Jul 22, 2024
1 parent c23ff44 commit 49ffabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/user_agent/005.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

if ($agent->isReferral()) {
echo $agent->referrer();
echo $agent->getReferrer();
}

0 comments on commit 49ffabb

Please sign in to comment.