1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

add interface/schema for inverse matching filters

This commit is contained in:
Andrew Dolgov
2007-01-30 17:23:35 +01:00
parent 8011ac363a
commit 3f2ff803b3
9 changed files with 54 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
$op = $_REQUEST["op"];
define('SCHEMA_VERSION', 12);
define('SCHEMA_VERSION', 13);
require_once "sanity_check.php";
require_once "config.php";