diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-12-19 20:25:42 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-12-19 20:25:42 +0000 |
commit | d70a18d52144b55949151cc3b9ccc99c3bac48a3 (patch) | |
tree | 3b444695dd58ff4b5b944b83ddcdb5f30cce589a /include/config_default.inc.php | |
parent | 4bbd5f66492997cc49276034949a5f984ef6351d (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |