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/config
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-07-27 07:45:20 +0400
committerrobocoder <anthon.pang@gmail.com>2012-07-27 07:45:20 +0400
commite712d625679f35555ffad8e482f042af46ed8389 (patch)
tree41deab7da2ededeab683791e1636df9bd66c2d70 /config
parentee96aa26d883ae4ae1c22f55cdeca179dd94dcba (diff)
fixes #3277 - move superuser section after database
git-svn-id: http://dev.piwik.org/svn/trunk@6573 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 7cac74b649..d04d6cfedd 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -11,10 +11,6 @@
; WARNING - YOU SHOULD NOT EDIT THIS FILE DIRECTLY - Edit config.ini.php instead.
;--------
-[superuser]
-login =
-password =
-
[database]
host =
username =
@@ -37,6 +33,10 @@ tables_prefix = piwiktests_
port = 3306
adapter = PDO_MYSQL
+[superuser]
+login =
+password =
+
[Debug]
; if set to 1, the archiving process will always be triggered, even if the archive has already been computed
; this is useful when making changes to the archiving code so we can force the archiving process