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

add auth to xml-export if required, bump schema compatibility constants

This commit is contained in:
Andrew Dolgov
2006-02-12 11:20:22 +01:00
parent 3f286c4c2b
commit cce5b59a75
2 changed files with 24 additions and 20 deletions

View File

@@ -5,8 +5,8 @@
require_once "functions.php";
require_once "db.php";
define('MAX_SOURCE_SCHEMA_VERSION', 4);
define('TARGET_SCHEMA_VERSION', 4);
define('MAX_SOURCE_SCHEMA_VERSION', 5);
define('TARGET_SCHEMA_VERSION', 5);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);