blob: 76c43fb595fa8214b1b509b259b35c1ce73bb321 (
plain) (
blame)
1
2
3
4
5
6
7
|
<?php
declare(strict_types=1);
require(__DIR__ . '/../constants.php');
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
FreshRSS_Context::initSystem();
Minz_Request::forward(['c' => 'index', 'a' => 'index'], true);
|