mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
feature 1453 added: ability to check for uniqueness on filename. No change on
the default behavior: uniqueness is set on md5sum. git-svn-id: http://piwigo.org/svn/branches/2.0@4953 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -322,6 +322,10 @@ $conf['default_redirect_method'] = 'http';
|
||||
// Define using double password type in admin's users management panel
|
||||
$conf['double_password_type_in_admin'] = false;
|
||||
|
||||
// how should we check for unicity when adding a photo. Can be 'md5sum' or
|
||||
// 'filename'
|
||||
$conf['uniqueness_mode'] = 'md5sum';
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | metadata |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user