1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

fix typos in sphinx_enabled definition; update logo

This commit is contained in:
Andrew Dolgov
2010-12-03 11:20:54 +03:00
parent 2b25b79d41
commit a0ce6eb7db
4 changed files with 2 additions and 3 deletions

View File

@@ -168,7 +168,7 @@
// intervals is disabled and all articles (which are not starred)
// older than this amount of days are purged.
define('SPHINX_ENABLE', false);
define('SPHINX_ENABLED', false);
// Enable fulltext search using Sphinx (http://www.sphinxsearch.com)
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.