xref: /webtrees/data/index.php (revision d11be7027e34e3121be11cc025421873364403f9)
18121b9beSGreg Roach<?php
22ebcf907SGreg Roach
32ebcf907SGreg Roach/**
42ebcf907SGreg Roach * webtrees: online genealogy
5*d11be702SGreg Roach * Copyright (C) 2023 webtrees development team
62ebcf907SGreg Roach * This program is free software: you can redistribute it and/or modify
72ebcf907SGreg Roach * it under the terms of the GNU General Public License as published by
82ebcf907SGreg Roach * the Free Software Foundation, either version 3 of the License, or
92ebcf907SGreg Roach * (at your option) any later version.
102ebcf907SGreg Roach * This program is distributed in the hope that it will be useful,
112ebcf907SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of
122ebcf907SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
132ebcf907SGreg Roach * GNU General Public License for more details.
142ebcf907SGreg Roach * You should have received a copy of the GNU General Public License
152ebcf907SGreg Roach * along with this program. If not, see <https://www.gnu.org/licenses/>.
162ebcf907SGreg Roach */
172ebcf907SGreg Roach
188121b9beSGreg Roachdeclare(strict_types=1);
198121b9beSGreg Roach
208121b9beSGreg Roachheader('Location: ../index.php');
21