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

new option: ENABLE_GZIP_OUTPUT

This commit is contained in:
Andrew Dolgov
2008-05-20 07:01:19 +01:00
parent ee8768dbbb
commit 04fedbf587
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 15);
define('EXPECTED_CONFIG_VERSION', 16);
define('SCHEMA_VERSION', 37);
if (!file_exists("config.php")) {