1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 20:39:31 +00:00

add support for Sphinx search engine

This commit is contained in:
Andrew Dolgov
2010-11-12 21:44:19 +03:00
parent 353221477b
commit e4f7f8dff2
5 changed files with 1692 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 19);
define('EXPECTED_CONFIG_VERSION', 20);
define('SCHEMA_VERSION', 74);
if (!file_exists("config.php")) {