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 /cmd_line_reindex.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 'cmd_line_reindex.php')
| -rwxr-xr-x | cmd_line_reindex.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd_line_reindex.php b/cmd_line_reindex.php index 887abd8..882f476 100755 --- a/cmd_line_reindex.php +++ b/cmd_line_reindex.php @@ -36,7 +36,7 @@ /** * Define Server Variables so script won't puke on command line - */ + */ $_SERVER['SERVER_NAME'] = 'batch'; $_SERVER['HTTP_HOST'] = 'batch'; $_SERVER['HTTP_USER_AGENT'] = 'batch'; @@ -45,7 +45,6 @@ $_SERVER['SERVER_SOFTWARE'] = 'batch'; $_SERVER['HTTP_USER_AGENT'] = 'batch'; require_once '../kernel/includes/setup_inc.php'; -use Bitweaver\Liberty\LibertyBase; require_once 'includes/refresh_functions.php'; $whatToIndex = "pages"; |
