From b5471966cf4b4f8e31613e9a974c97f404decbac Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Sat, 28 Feb 2009 08:10:37 +0000 Subject: - 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 --- tests/resources/Config/config.ini.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/resources/Config/config.ini.php (limited to 'tests/resources/Config/config.ini.php') 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 -- cgit v1.2.3