diff options
Diffstat (limited to 'family.php')
| -rw-r--r-- | family.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/family.php b/family.php index 62c607100e..93a81a7b9a 100644 --- a/family.php +++ b/family.php @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +declare(strict_types=1); // Redirect legacy URLs to the new router. $_GET['xref'] = $_GET['famid'] ?? ''; |
