From 5488e86ada315f6f646796a0efa043e6744098b0 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 25 May 2010 22:29:31 +0000 Subject: 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 --- include/config_default.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; ?> -- cgit v1.2.3