aboutsummaryrefslogtreecommitdiff
path: root/p/index.php
blob: 4a1f385e8cc2571253f26e9ee7619b5bef41468b (plain)
1
2
3
4
5
6
7
<?php
declare(strict_types=1);
require dirname(__DIR__) . '/constants.php';
require LIB_PATH . '/lib_rss.php';	//Includes class autoloader

FreshRSS_Context::initSystem();
Minz_Request::forward(['c' => 'index', 'a' => 'index'], true);