From 88b934da8bec70da1400525748336c0b71864b1a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 4 Feb 2022 15:41:20 +0100 Subject: Fix root redirection (#4167) * Fix root redirection #fix https://github.com/FreshRSS/FreshRSS/issues/4126 * Smarter --- p/index.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 p/index.php (limited to 'p/index.php') diff --git a/p/index.php b/p/index.php new file mode 100644 index 000000000..65d3a8c3f --- /dev/null +++ b/p/index.php @@ -0,0 +1,6 @@ + 'index', 'a' => 'index'], true); -- cgit v1.2.3