1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

remove error_reporting() hacks; set default error reporting level in functions.php

This commit is contained in:
Andrew Dolgov
2010-11-10 13:14:44 +03:00
parent 55a5137307
commit fb0742394a
11 changed files with 16 additions and 78 deletions

View File

@@ -1,10 +1,7 @@
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE);
require_once "sessions.php";
require_once "sanity_check.php";
require_once "functions.php";
require_once "sessions.php";
require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";