diff options
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index cae5b800..6c790f88 100644 --- a/play/index.php +++ b/play/index.php @@ -282,7 +282,8 @@ if (Config::get('track_user_ip')) { // If we've got downsample remote enabled if (Config::get('downsample_remote')) { - if (!Access::check_network('network',$_SERVER['REMOTE_ADDR'],$GLOBALS['user']->id,'25')) { + if (!Access::check_network('network',$_SERVER['REMOTE_ADDR'],$GLOBALS['user']->id,'0')) { + debug_event('downsample','Network Downsample ' . $_SERVER['REMOTE_ADDR'] . ' is not in Local definition','5'); $not_local = true; } } // if downsample remote is enabled |