diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-10 16:15:42 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-10 16:15:42 +0100 |
| commit | 2b5e7e2d1d77a722d41fceb02fbc570317f62db2 (patch) | |
| tree | 68c3245673f5907989fa144f35e9169a84720d14 | |
| parent | cc00a5e730e40a7a121e8d554cd497418d95c04f (diff) | |
| download | bitweaver-2b5e7e2d1d77a722d41fceb02fbc570317f62db2.tar.gz bitweaver-2b5e7e2d1d77a722d41fceb02fbc570317f62db2.tar.bz2 bitweaver-2b5e7e2d1d77a722d41fceb02fbc570317f62db2.zip | |
php8.5 nannying
| -rwxr-xr-x[-rw-r--r--] | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 2015490..2004954 100644..100755 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ if( !$gBitSystem->isDatabaseValid() ) { KernelTools::install_error(); } elseif( !$gBitSystem->getActivePackage() ) { $bit_index = $gBitSystem->getConfig( 'bit_index' ); - if( in_array( $bit_index, array_keys( $gBitSystem->mPackages )) && defined( strtoupper( $bit_index ).'_PKG_PATH' )) { + if( \in_array( $bit_index, array_keys( $gBitSystem->mPackages )) && \defined( strtoupper( $bit_index ).'_PKG_PATH' )) { $gBitSystem->setActivePackage( $bit_index ); } else { unset( $bit_index ); |
