aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-05-25 22:29:31 +0000
committerplegall <plg@piwigo.org>2010-05-25 22:29:31 +0000
commit5488e86ada315f6f646796a0efa043e6744098b0 (patch)
tree8f97335fbb2751f26bd7eb1464d4b5a9f1cad045 /admin.php
parent4dd9061a17d265c653087c50303915ca3c2ea9b5 (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 '')
-rw-r--r--admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin.php b/admin.php
index c80fa508c..25eca3f6e 100644
--- a/admin.php
+++ b/admin.php
@@ -102,6 +102,7 @@ $template->set_filenames(array('admin' => 'admin.tpl'));
$template->assign(
array(
'USERNAME' => $user['username'],
+ 'ENABLE_SYNCHRONIZATION' => $conf['enable_synchronization'],
'U_SITE_MANAGER'=> $link_start.'site_manager',
'U_HISTORY_STAT'=> $link_start.'stats',
'U_FAQ'=> $link_start.'help',