Files
tt-rss/.docker/app/index.php
2023-03-25 22:41:47 +03:00

4 lines
51 B
PHP

<?php
header("Location: /tt-rss/");
return;