commit: 8305da3e5d755a28f1ad774d5e5100644c1b70ed parent: 599c801ecdc038db6ba7f6228f28f124b90b1ccd Author: asciimoo <asciimoo@gmail.com> Date: Fri, 7 Feb 2014 18:43:05 +0100 [fix] robots.txtDiffstat:
M | searx/webapp.py | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/searx/webapp.py b/searx/webapp.py @@ -278,7 +278,7 @@ def robots(): Allow: / Allow: /about Disallow: /stats -Disallow: /engines +Disallow: /preferences """, mimetype='text/plain')