diff options
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; |