summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 15:55:05 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 15:55:05 -0500
commit06f45f002a12e8aa3eae5107b5ee0381cb5672f4 (patch)
tree6aa0973381e9488c6a8fab94e19588d2ac5685d1 /index.php
parentaf6e1519ea296f2eb94de2b8eca4923236ed4de1 (diff)
downloadboards-06f45f002a12e8aa3eae5107b5ee0381cb5672f4.tar.gz
boards-06f45f002a12e8aa3eae5107b5ee0381cb5672f4.tar.bz2
boards-06f45f002a12e8aa3eae5107b5ee0381cb5672f4.zip
move kernel/includes/setup_inc.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0059cd5..0783f2e 100644
--- 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/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'] ) ) {