added an option to enable the checking of search results checkboxes

This commit is contained in:
SJ
2012-10-11 14:32:59 +02:00
parent 68e5a64c9f
commit ac61b8cf0f
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ define('ENABLE_ON_THE_FLY_VERIFICATION', 1);
define('ENABLE_LDAP_IMPORT_FEATURE', 0);
define('ENABLE_FOLDER_RESTRICTIONS', 0);
define('ENABLE_GOOGLE_LOGIN', 0);
define('SEARCH_RESULT_CHECKBOX_CHECKED', 1);
define('GOOGLE_CLIENT_ID', 'xxxxxxxxxxx');
define('GOOGLE_CLIENT_SECRET', 'xxxxxxxxxxxxx');