bootstrap.php 204 B

123456789
  1. <?php
  2. error_reporting(E_ALL);
  3. ini_set('display_errors', 1);
  4. define('COPY_LOG_TO_SYSLOG', false);
  5. require(__DIR__ . '/../constants.php');
  6. require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader