2
0
mirror of https://github.com/searx/searx synced 2025-08-31 14:38:23 +00:00

Merge branch 'master' of https://github.com/asciimoo/searx into filtron

This commit is contained in:
Markus Heiser
2020-02-18 18:22:08 +01:00

View File

@@ -11,7 +11,7 @@ if version[0] == '3':
COOKIE_MAX_AGE = 60 * 60 * 24 * 365 * 5 # 5 years
LANGUAGE_CODES = [l[0] for l in languages]
LANGUAGE_CODES = [l[0].split('-')[0] for l in languages]
LANGUAGE_CODES.append('all')
DISABLED = 0
ENABLED = 1