blob: c99fecaf0c96c7281d9f9f1008db16e9a08dfb34 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
const COPY_LOG_TO_SYSLOG = false;
require(__DIR__ . '/../constants.php');
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
|