1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 04:11:28 +00:00

new config option: MYSQL_CHARSET

This commit is contained in:
Andrew Dolgov
2007-08-21 11:47:25 +01:00
parent 319f05733b
commit bddc9788ef
14 changed files with 47 additions and 21 deletions

View File

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