diff options
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index a2cf8f5..464e561 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -4,6 +4,7 @@ global $gBitSystem, $gBitSmarty; $registerHash = array( 'package_name' => 'quota', 'package_path' => dirname( __FILE__ ).'/', + 'homeable' => TRUE, ); $gBitSystem->registerPackage( $registerHash ); ?> |
