1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 16:51:28 +00:00

do not perform sanity checks on each backend request

This commit is contained in:
Andrew Dolgov
2012-07-10 15:24:04 +04:00
parent 383b00906c
commit 545ca06789
3 changed files with 9 additions and 13 deletions

View File

@@ -1,4 +1,7 @@
<?php
define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 92);
date_default_timezone_set('UTC');
if (defined('E_DEPRECATED')) {
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);