mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-02 21:46:21 -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/
13 lines
271 B
HTML
13 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="Refresh" content="0; url=p/i/" />
|
|
<title>Redirection</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><a href="p/i/">FreshRSS</a></p>
|
|
</body>
|
|
</html>
|