1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 22:09:35 +00:00

add new option: ENABLE_TAGWALL

This commit is contained in:
Andrew Dolgov
2007-10-10 08:29:43 +01:00
parent 4148e809d3
commit dff94f6369
3 changed files with 25 additions and 9 deletions

View File

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