From e712d625679f35555ffad8e482f042af46ed8389 Mon Sep 17 00:00:00 2001
From: robocoder <anthon.pang@gmail.com>
Date: Fri, 27 Jul 2012 03:45:20 +0000
Subject: [PATCH] fixes #3277 - move superuser section after database

git-svn-id: http://dev.piwik.org/svn/trunk@6573 59fd770c-687e-43c8-a1e3-f5a4ff64c105
---
 config/global.ini.php | 8 ++++----
 1 file 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
-- 
GitLab