Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c035c76 authored by Markus Heiser's avatar Markus Heiser
Browse files

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

parents ccb96544 6df41728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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