mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
Comment typo
This commit is contained in:
parent
743ffebf6e
commit
5b6aeea40c
@ -19,7 +19,7 @@ class ClickHelper {
|
||||
* @return boolean
|
||||
*/
|
||||
|
||||
$location = geoip()->getLocation(); // Withour the IP specified, it will be detected automatically and use the real user IP if website is behind CloudFlare
|
||||
$location = geoip()->getLocation(); // Without the IP specified, it will be detected automatically and use the real user IP if website is behind CloudFlare or other Proxy (Nginx, ...)
|
||||
$referer = $request->server('HTTP_REFERER');
|
||||
|
||||
$click = new Click;
|
||||
|
Loading…
Reference in New Issue
Block a user