mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-18 08:58:35 -04:00
* Fix root redirection #fix https://github.com/FreshRSS/FreshRSS/issues/4126 * Smarter
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);
|