add index.php redirecting to /tt-rss/
parent
5896b15359
commit
ec05907c94
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
header("Location: /tt-rss/");
|
||||||
|
return;
|
Loading…
Reference in New Issue