Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJouveer <35312684+Jouveer@users.noreply.github.com>2018-01-18 04:59:06 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-01-18 04:59:06 +0300
commite6c1134dba1ba5df5a86fb72cc4a7b49b58db6eb (patch)
treeffa0b196f3f2835bdd0eefdab9653e495730ed83 /tests/PHPUnit/System
parent7a6b99f26631ac9a80ed0475bed524bd8496a4d1 (diff)
Added CIDR Help (#12450)
Websites manager, exclude IP addresses, explain that CIDR notation is supported
Diffstat (limited to 'tests/PHPUnit/System')
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
index 5b238b17af..95a3eebfc1 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
@@ -83,7 +83,7 @@
</uiControlAttributes>
<availableValues />
<description />
- <inlineHelp>Enter the list of IPs, one per line, that you wish to exclude from being tracked by Matomo. You can use wildcards, eg. 1.2.3.* or 1.2.*.*&lt;br /&gt;&lt;br /&gt;Your current IP address is &lt;i&gt;127.0.0.1&lt;/i&gt;</inlineHelp>
+ <inlineHelp>Enter the list of IPs, one per line, that you wish to exclude from being tracked by Matomo. You can use CIDR notation eg. 1.2.3.4/24 or you can use wildcards, eg. 1.2.3.* or 1.2.*.*&lt;br /&gt;&lt;br /&gt;Your current IP address is &lt;i&gt;127.0.0.1&lt;/i&gt;</inlineHelp>
<templateFile />
<introduction />
<condition />
@@ -246,4 +246,4 @@
</row>
</settings>
</row>
-</result> \ No newline at end of file
+</result>