ttrss/.docker/app/index.php

4 lines
51 B
PHP
Raw Normal View History

2023-03-25 19:41:47 +00:00
<?php
header("Location: /tt-rss/");
return;