Added hooks

This commit is contained in:
zone 2001-06-24 09:18:38 +00:00
parent 8281cee739
commit f43d2d1589

View File

@ -26,6 +26,9 @@
'phpgw_vfs'
);
/* Hooks this app uses */
$setup_info['phpwebhosting']['hooks'] = array ('preferences', 'admin');
/* Dependencies for this app to work */
$setup_info['phpwebhosting']['depends'][] = array(
'appname' => 'phpgwapi',