diff options
| author | turon <spider@turon> | 2015-09-27 23:25:10 -0400 |
|---|---|---|
| committer | turon <spider@turon> | 2015-09-27 23:25:10 -0400 |
| commit | c3f0281d2755f78664f7541dce3a8c85706dc7d1 (patch) | |
| tree | 777d76bd3f5ba3a3160859db650fe748a6565a94 | |
| parent | dffca9428fcf5e6126e681133a47530157b5b40f (diff) | |
| parent | 4f072325fd469b681f7ceeae32841d6747cede4e (diff) | |
| download | boards-c3f0281d2755f78664f7541dce3a8c85706dc7d1.tar.gz boards-c3f0281d2755f78664f7541dce3a8c85706dc7d1.tar.bz2 boards-c3f0281d2755f78664f7541dce3a8c85706dc7d1.zip | |
Merge branch 'master' of github.com:bitweaver/boards
| -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' ); } - -?> |
