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

Merge branch 'master' into tiny-oop

This commit is contained in:
Andrew Dolgov
2011-12-13 12:03:50 +04:00
28 changed files with 8035 additions and 10669 deletions

View File

@@ -1,15 +1,15 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 23);
define('SCHEMA_VERSION', 86);
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy
<b>config.php-dist</b> to <b>config.php</b> and edit it.\n";
exit;
}
define('EXPECTED_CONFIG_VERSION', 23);
define('SCHEMA_VERSION', 86);
require_once "config.php";
require_once "sanity_config.php";