summaryrefslogtreecommitdiff
path: root/includes/bit_setup_inc.php
blob: 1ec36f83dc3d1b2f74ed3da8abc5ea5bfdefec7a (plain)
1
2
3
4
5
6
7
8
9
10
<?php
global $gBitSystem, $gBitSmarty;

$registerHash = array(
	'package_name' => 'quota',
	'package_path' => dirname( dirname( __FILE__ ) ).'/',
	'homeable' => TRUE,
);
$gBitSystem->registerPackage( $registerHash );
?>