diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-01-27 08:45:51 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-01-27 08:45:51 +0000 |
| commit | 8121b9bec19818120092699199161a1357bb8f3f (patch) | |
| tree | cd0ac9d731f6eaf82f18a8e342214603728b195d /data | |
| parent | f70885dbd02078aedb3199bbe8a892bd5f3fb861 (diff) | |
| download | webtrees-8121b9bec19818120092699199161a1357bb8f3f.tar.gz webtrees-8121b9bec19818120092699199161a1357bb8f3f.tar.bz2 webtrees-8121b9bec19818120092699199161a1357bb8f3f.zip | |
Travis
Diffstat (limited to 'data')
| -rw-r--r-- | data/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/index.php b/data/index.php index 63e1b937d7..8726dfa327 100644 --- a/data/index.php +++ b/data/index.php @@ -1 +1,4 @@ -<?php header('Location: ../index.php'); +<?php +declare(strict_types=1); + +header('Location: ../index.php'); |
