define DEFAULT_ERROR_LEVEL in update_feeds.php

This commit is contained in:
Andrew Dolgov 2007-11-21 08:20:54 +01:00
parent 22e0640695
commit aa8ab7ae9e
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@
// directory defined in config.php won't be accessible
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');
define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache-cli');
define('DEFAULT_ERROR_LEVEL', E_ERROR | E_WARNING | E_PARSE);
define('DISABLE_SESSIONS', true);
error_reporting(DEFAULT_ERROR_LEVEL);
require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";