summaryrefslogtreecommitdiff
path: root/includes/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bit_setup_inc.php')
-rw-r--r--includes/bit_setup_inc.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php
new file mode 100644
index 0000000..464e561
--- /dev/null
+++ b/includes/bit_setup_inc.php
@@ -0,0 +1,10 @@
+<?php
+global $gBitSystem, $gBitSmarty;
+
+$registerHash = array(
+ 'package_name' => 'quota',
+ 'package_path' => dirname( __FILE__ ).'/',
+ 'homeable' => TRUE,
+);
+$gBitSystem->registerPackage( $registerHash );
+?>