summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
blob: 35428a01e7a93ceef98b0086e80ec5f3f692f709 (plain)
1
2
3
4
5
6
7
8
9
<?php
global $gBitSystem, $gBitSmarty;
$gBitSystem->registerPackage( 'quota', dirname( __FILE__).'/' );

if( $gBitSystem->isPackageActive( 'quota' ) ) {

}

?>