mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-03 10:57:50 -05:00
10 lines
227 B
PHP
10 lines
227 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
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
|