diff options
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index 35428a0..a2cf8f5 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -1,9 +1,9 @@ <?php global $gBitSystem, $gBitSmarty; -$gBitSystem->registerPackage( 'quota', dirname( __FILE__).'/' ); - -if( $gBitSystem->isPackageActive( 'quota' ) ) { - -} +$registerHash = array( + 'package_name' => 'quota', + 'package_path' => dirname( __FILE__ ).'/', +); +$gBitSystem->registerPackage( $registerHash ); ?> |
