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:
authormattpiwik <matthieu.aubry@gmail.com>2009-02-28 11:10:37 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-02-28 11:10:37 +0300
commitb5471966cf4b4f8e31613e9a974c97f404decbac (patch)
tree0707894bb1843953c699350aafbbe93b229200da /tests/resources/Config/config.ini.php
parentc771f829713b935bbe4c9553983d4df64073b5d6 (diff)
- fix #26 (The user config file cannot only define a variable, it has to define the whole "category" of variables)
git-svn-id: http://dev.piwik.org/svn/trunk@930 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/resources/Config/config.ini.php')
-rw-r--r--tests/resources/Config/config.ini.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/resources/Config/config.ini.php b/tests/resources/Config/config.ini.php
new file mode 100644
index 0000000000..8b99401fb9
--- /dev/null
+++ b/tests/resources/Config/config.ini.php
@@ -0,0 +1,6 @@
+[General]
+login=test
+password=test
+
+[Category]
+key1 = value_overwritten \ No newline at end of file