]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
remove error_reporting() hacks; set default error reporting level in functions.php
[tt-rss.git] / opml.php
index 98f4a95aa2f0c7c59f316d3c6dcef2acfa9ee076..296f43bed1693901328a9ef267daf4bf42e7582e 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -1,9 +1,7 @@
 <?php
-       error_reporting(E_ERROR | E_WARNING | E_PARSE);
-
+       require_once "functions.php";
        require_once "sessions.php";
        require_once "sanity_check.php";
-       require_once "functions.php";
        require_once "config.php";
        require_once "db.php";
        require_once "db-prefs.php";