From d70a18d52144b55949151cc3b9ccc99c3bac48a3 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 19 Dec 2011 20:25:42 +0000 Subject: simplification of 'startup phase' - multisite.inc.php is not required anymore / database.inc.php is included after config. git-svn-id: http://piwigo.org/svn/trunk@12768 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 06d01a396..883018ed5 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -502,7 +502,7 @@ $conf['apache_authentication'] = false; // // All informations contained in these tables and column are related to // piwigo_users table. -$conf['users_table'] = $prefixeTable.'users'; +$conf['users_table'] = null; // If you decide to use external authentication // change conf below by $conf['external_authentification'] = true; -- cgit v1.2.3