Ver Fonte

changed matchUserIP to default false

CauseFX há 4 anos atrás
pai
commit
a861592943
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -668,5 +668,5 @@ return [
 	'slackLogWebhook' => '',
 	'slackLogWebHookChannel' => '',
 	'matchUserAgents' => false,
-	'matchUserIP' => true
+	'matchUserIP' => false
 ];