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:
authorThomas Steur <thomas.steur@googlemail.com>2014-07-08 03:55:58 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-08 03:55:58 +0400
commitfc2718d880c37f4fd91fa4824b3b956d6326e1c0 (patch)
tree60cab6363ff2c19ac27bff3ab4398081efb5f05a /tests/resources
parentfbda5abfcd843eee8d4c33621bdd8e4390b46ddc (diff)
refs #5409 #341 #5349 if a config value contains a dollar sign convert it to an html entity to prevent it being interpreted as a PHP variable. This allows us to remove the RAW ini parser flag which causes trouble on some PHP versions as the parser seems to be buggy.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/Config/common.config.ini.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/resources/Config/common.config.ini.php b/tests/resources/Config/common.config.ini.php
index db8cb53d41..15852485dc 100644
--- a/tests/resources/Config/common.config.ini.php
+++ b/tests/resources/Config/common.config.ini.php
@@ -1,8 +1,7 @@
[Category]
key2 = valueCommon
-; This should not trigger an error if INI_SCANNER_RAW is used
-key3 = "${@piwik(crash))}"
+key3 = "&#36;{@piwik(crash))}"
[GeneralSection]
password = passwordCommonShouldNotBeOverriden