summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-09 20:23:02 +0000
committerlsces <lester@lsces.co.uk>2026-03-09 20:23:02 +0000
commit27b224f36d0587e79447fce1e5cb62161005e616 (patch)
tree065d8d1767672ad08cd3e3a3197e6630769b6f6b /index.php
parent23dd61e8cabda4b922e2ef28ad6a52db847f2cf0 (diff)
downloadboards-27b224f36d0587e79447fce1e5cb62161005e616.tar.gz
boards-27b224f36d0587e79447fce1e5cb62161005e616.tar.bz2
boards-27b224f36d0587e79447fce1e5cb62161005e616.zip
As with articles, boards has had a blanket Smarty5 and PHP8.4 sweep of the code, but as yet this has not been tested. VSCode is currently saying the files are now clean.
Diffstat (limited to 'index.php')
-rwxr-xr-x[-rw-r--r--]index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0783f2e..3b4c578 100644..100755
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
-require_once( '../kernel/includes/setup_inc.php' );
+require_once '../kernel/includes/setup_inc.php';
$gBitSystem->verifyPackage( 'boards' );
if( !empty( $_REQUEST['t'] ) || !empty( $_REQUEST['migrate_topic_id'] ) || !empty( $_REQUEST['migrate_post_id'] ) ) {