mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-27 06:38:03 -05:00
7 lines
206 B
PHP
7 lines
206 B
PHP
<?php
|
|
require(__DIR__ . '/../constants.php');
|
|
require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader
|
|
|
|
FreshRSS_Context::initSystem();
|
|
Minz_Request::forward(['c' => 'index', 'a' => 'index'], true);
|