diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 10:03:14 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 10:03:14 +0100 |
| commit | 9bcf128cfb228e3f56ca55896584d1a794df2657 (patch) | |
| tree | d9b1a427682b9a95795c7325bbba29d2f638995f | |
| parent | bd828ddb0a7f9a4fc88a4f6ad747384c0570dc0a (diff) | |
| download | bitweaver-9bcf128cfb228e3f56ca55896584d1a794df2657.tar.gz bitweaver-9bcf128cfb228e3f56ca55896584d1a794df2657.tar.bz2 bitweaver-9bcf128cfb228e3f56ca55896584d1a794df2657.zip | |
php-cs-fixer tidies to php8.5 standards
| -rwxr-xr-x | storage/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/index.php b/storage/index.php index 3e305fe..30a5490 100755 --- a/storage/index.php +++ b/storage/index.php @@ -1,6 +1,4 @@ -<?php +<?php // This is not a package. header ("location: ../index.php"); - -?>
\ No newline at end of file |
