diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:55:19 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:55:19 +0100 |
| commit | c105a9834fd9c5a320d41422c50fa84e5bc12084 (patch) | |
| tree | 48d0d400d6e0a4fd87485e89accfdeaf8db5c24b /page_history.php | |
| parent | 1778d95793e4bc5d494ece84ec177b5629c830f3 (diff) | |
| download | wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.tar.gz wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.tar.bz2 wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'page_history.php')
| -rwxr-xr-x | page_history.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/page_history.php b/page_history.php index 1fc012a..7edef23 100755 --- a/page_history.php +++ b/page_history.php @@ -14,7 +14,6 @@ * required setup */ require_once '../kernel/includes/setup_inc.php'; -use Bitweaver\Wiki\BitPage; use Bitweaver\KernelTools; $gBitSystem->verifyPackage( 'wiki' ); |
