mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Add possibility to configure the url for the extension manager
feature:1966 git-svn-id: http://piwigo.org/svn/trunk@7501 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -514,7 +514,7 @@ $conf['apache_authentication'] = false;
|
||||
// piwigo_users table.
|
||||
$conf['users_table'] = $prefixeTable.'users';
|
||||
|
||||
// If you decide to use external authentication
|
||||
// If you decide to use external authentication
|
||||
// change conf below by $conf['external_authentification'] = true;
|
||||
$conf['external_authentification'] = false;
|
||||
|
||||
@@ -785,4 +785,9 @@ $conf['ploader_download_linux'] = 'http://piwigo.org/ext/download.php?eid=269';
|
||||
|
||||
// enable the synchronization method for adding photos
|
||||
$conf['enable_synchronization'] = true;
|
||||
?>
|
||||
|
||||
// PEM url
|
||||
$conf['alternative_pem_url'] = '';
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user