diff options
Diffstat (limited to 'data/index.php')
| -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'); |
