Files
FreshRSS/index.php
Alexis Degrugillier 23ba48c71f Change how files are included (#7916)
1. `include`, `include_once`, `require` and `require_once` are expressions not functions, parentheses are not necessary.
2. to move up the directory tree, it's better to use the `dirname` function instead of relying on `/..`.
2025-09-05 15:56:46 +02:00

6 lines
89 B
PHP

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