diff options
| author | santo spider <spider@santo> | 2015-04-07 15:10:59 -0400 |
|---|---|---|
| committer | santo spider <spider@santo> | 2015-04-07 15:10:59 -0400 |
| commit | 4f072325fd469b681f7ceeae32841d6747cede4e (patch) | |
| tree | c9043eb2ee2427d57761779904e667911eddaa4d /index.php | |
| parent | fe14c12cce1d1bc66a5330e1da51391763e9c805 (diff) | |
| download | boards-4f072325fd469b681f7ceeae32841d6747cede4e.tar.gz boards-4f072325fd469b681f7ceeae32841d6747cede4e.tar.bz2 boards-4f072325fd469b681f7ceeae32841d6747cede4e.zip | |
verifyPackage
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' ); } - -?> |
