mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
added an option to enable the checking of search results checkboxes
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user