diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
| commit | ed7ded38465662eabdd1b16dd9cd4008d6c5528f (patch) | |
| tree | 7c3ebe7246ac47f6b7bbca3419f22be3718892f6 /templates/index.php | |
| parent | 758faa3c26c4756874616e87e0433691e8393b6e (diff) | |
| download | search-ed7ded38465662eabdd1b16dd9cd4008d6c5528f.tar.gz search-ed7ded38465662eabdd1b16dd9cd4008d6c5528f.tar.bz2 search-ed7ded38465662eabdd1b16dd9cd4008d6c5528f.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/index.php')
| -rw-r--r-- | templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php index 3e305fe..c0437d0 100644 --- a/templates/index.php +++ b/templates/index.php @@ -1,4 +1,4 @@ -<?php +<?php // This is not a package. header ("location: ../index.php"); |
