From 4f072325fd469b681f7ceeae32841d6747cede4e Mon Sep 17 00:00:00 2001 From: santo spider Date: Tue, 7 Apr 2015 15:10:59 -0400 Subject: verifyPackage --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index 2f6ea3f..a6895d3 100644 --- a/index.php +++ b/index.php @@ -5,6 +5,7 @@ // 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' ); +$gBitSystem->verifyPackage( 'boards' ); if( !empty( $_REQUEST['t'] ) || !empty( $_REQUEST['migrate_topic_id'] ) || !empty( $_REQUEST['migrate_post_id'] ) ) { require( BOARDS_PKG_PATH.'view_topic_inc.php' ); @@ -13,5 +14,3 @@ if( !empty( $_REQUEST['t'] ) || !empty( $_REQUEST['migrate_topic_id'] ) || !empt } else { require( BOARDS_PKG_PATH.'list_boards_inc.php' ); } - -?> -- cgit v1.3