summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-04 14:02:47 +0100
committerAndrew Dolgov <[email protected]>2007-03-04 14:02:47 +0100
commitd65981e27ff5aad381ca0357eee56667f388e2b7 (patch)
treec0d4dc87e13d15f5a8eb82ce55ada7955506997f /opml.php
parent12e895ee9886bfa676f6185f37e6f05d2548e292 (diff)
set required error_reporting just in case
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index d6ecbbda3..fd93acd2d 100644
--- a/opml.php
+++ b/opml.php
@@ -1,4 +1,6 @@
<?php
+ error_reporting(E_ERROR | E_WARNING | E_PARSE);
+
require_once "sessions.php";
require_once "sanity_check.php";
require_once "functions.php";