diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 15:55:05 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 15:55:05 -0500 |
| commit | 06f45f002a12e8aa3eae5107b5ee0381cb5672f4 (patch) | |
| tree | 6aa0973381e9488c6a8fab94e19588d2ac5685d1 /index.php | |
| parent | af6e1519ea296f2eb94de2b8eca4923236ed4de1 (diff) | |
| download | boards-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] ) ) { |
