1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

tweak html digest template (add excerpt)

This commit is contained in:
Andrew Dolgov
2007-10-30 08:13:06 +01:00
parent c62a2c21ba
commit 163a295e51
4 changed files with 12 additions and 9 deletions

View File

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