diff options
author | plegall <plg@piwigo.org> | 2010-05-25 22:29:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-25 22:29:31 +0000 |
commit | 5488e86ada315f6f646796a0efa043e6744098b0 (patch) | |
tree | 8f97335fbb2751f26bd7eb1464d4b5a9f1cad045 /include/config_default.inc.php | |
parent | 4dd9061a17d265c653087c50303915ca3c2ea9b5 (diff) |
feature 1697: ability to deactivate the synchronization method to add photos.
git-svn-id: http://piwigo.org/svn/branches/2.1@6361 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b833f0bb5..360bac36a 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -780,4 +780,7 @@ $conf['ploader_download_mac'] = 'http://piwigo.org/ext/download.php?eid=353'; // pLoader direct download url for linux $conf['ploader_download_linux'] = 'http://piwigo.org/ext/download.php?eid=269'; + +// enable the synchronization method for adding photos +$conf['enable_synchronization'] = true; ?> |