1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Comment typo

This commit is contained in:
Tchekda 2020-10-21 01:34:31 +02:00 committed by rstefko
parent 743ffebf6e
commit 5b6aeea40c

View File

@ -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;