1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 20:11:29 +00:00

new config option: LOCK_DIRECTORY (bump config version)

This commit is contained in:
Andrew Dolgov
2008-01-17 06:33:52 +01:00
parent e3b9d084d4
commit cfa43e025c
5 changed files with 12 additions and 8 deletions

View File

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