Working on TTRSS

This commit is contained in:
2023-07-23 14:12:06 +01:00
parent 337f17460d
commit b6c0c1efc5
6 changed files with 303 additions and 0 deletions

4
tt-rss/index.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
header("Location: /tt-rss/");
return;