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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user