diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:42:36 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:42:36 +0100 |
| commit | c9b2d19672559b7c7319d15caf7d5cfbe7b192c6 (patch) | |
| tree | 89d0ab47a203c8f0f06ffd7af38c9a6f98f79056 /templates/index.php | |
| parent | 9bc2edd591213b7fd535c36b7957a43246341b7f (diff) | |
| download | blogs-c9b2d19672559b7c7319d15caf7d5cfbe7b192c6.tar.gz blogs-c9b2d19672559b7c7319d15caf7d5cfbe7b192c6.tar.bz2 blogs-c9b2d19672559b7c7319d15caf7d5cfbe7b192c6.zip | |
php-cs-fixer tidies to php8.5 standards
Diffstat (limited to 'templates/index.php')
| -rwxr-xr-x | templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php index 3e305fe..c0437d0 100755 --- a/templates/index.php +++ b/templates/index.php @@ -1,4 +1,4 @@ -<?php +<?php // This is not a package. header ("location: ../index.php"); |
