FreshRSS/index.php

6 lines
90 B
PHP
Raw Permalink Normal View History

<?php
declare(strict_types=1);
header('Location: p/', true, 301);
include('index.html');