mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-24 05:08:03 -05:00
Implémente https://github.com/marienfressinaud/FreshRSS/issues/333 /public/ est renommé /p/ /public/index.php est déplacé dans /p/i/index.php Le cookie de session est limité à /p/i/
4 lines
66 B
PHP
4 lines
66 B
PHP
<?php
|
|
header('Location: p/i/', true, 301);
|
|
include('index.html');
|