blob: 464e56107acee91e16458e0d083dfdead512a3e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
global $gBitSystem, $gBitSmarty;
$registerHash = array(
'package_name' => 'quota',
'package_path' => dirname( __FILE__ ).'/',
'homeable' => TRUE,
);
$gBitSystem->registerPackage( $registerHash );
?>
|