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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user