1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 02:19:52 +02:00
ttrss-docker-compose/app/index.php

4 lines
51 B
PHP
Raw Normal View History

2019-11-15 21:18:49 +03:00
<?php
header("Location: /tt-rss/");
return;