Add enable flag

This commit is contained in:
Miles Lott 2001-06-03 21:06:55 +00:00
parent 6bb6470ec8
commit a276a2fef0

View File

@ -15,6 +15,7 @@
$setup_info['phpwebhosting']['title'] = 'PHPWebHosting';
$setup_info['phpwebhosting']['version'] = '0.9.13.001';
$setup_info['phpwebhosting']['app_order'] = 10;
$setup_info['phpwebhosting']['enable'] = 1;
/* The hooks this app includes, needed for hooks registration */
$setup_info['phpwebhosting']['hooks'][] = 'preferences';