added download all hits feature

This commit is contained in:
SJ
2013-09-30 16:40:01 +02:00
parent f12ae31881
commit e537ff5461
12 changed files with 94 additions and 6 deletions

View File

@ -35,6 +35,9 @@ $config['SITE_URL'] = 'http://piler.yourdomain.com/';
$config['ENABLE_SAAS'] = 0;
$config['CAPTCHA_FAILED_LOGIN_COUNT'] = 0;
$config['ENABLE_REFERENCES'] = 1;
$config['ENABLE_DOWNLOADING_ALL_SEARCH_HITS'] = 0;
$config['ENABLE_TABLE_RESIZE'] = 0;
$config['DEMO_MODE'] = 0;