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
path: root/tests
diff options
context:
space:
mode:
authorsgiehl <stefan@matomo.org>2021-06-21 12:06:05 +0300
committersgiehl <stefan@matomo.org>2021-06-21 12:06:05 +0300
commiteb0b561e2c1fff9230c32040edc4821f23955057 (patch)
tree77faa6bcb24e8bf82c99aae506a6a0138628f70f /tests
parentb3057b9ada5573abe3c4a64fdaf3327ed91466b4 (diff)
improve test resource
Diffstat (limited to 'tests')
-rw-r--r--tests/resources/one-click-update-version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resources/one-click-update-version.php b/tests/resources/one-click-update-version.php
index 87d20c4521..61988bdee5 100644
--- a/tests/resources/one-click-update-version.php
+++ b/tests/resources/one-click-update-version.php
@@ -1,3 +1,3 @@
<?php
-echo $_GET['v'] . '.99.99';
+echo htmlentities($_GET['v']) . '.99.99';