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