2001-05-27 23:32:12 +02:00
|
|
|
<?php
|
|
|
|
$setup_info['phpwebhosting']['name'] = 'phpwebhosting';
|
|
|
|
$setup_info['phpwebhosting']['title'] = 'PHPWebHosting';
|
|
|
|
$setup_info['phpwebhosting']['version'] = '0.9.13.001';
|
|
|
|
$setup_info['phpwebhosting']['app_order'] = 10;
|
|
|
|
|
2001-05-29 16:15:53 +02:00
|
|
|
/* The hooks this app includes, needed for hooks registration */
|
|
|
|
$setup_info['phpwebhosting']['hooks'][] = 'preferences';
|
|
|
|
|
|
|
|
/* Dependencies for this app to work */
|
|
|
|
$setup_info['phpwebhosting']['depends'][] = array(
|
|
|
|
'appname' => 'phpgwapi',
|
|
|
|
'versions' => Array('0.9.10', '0.9.11' , '0.9.12')
|
|
|
|
);
|
|
|
|
|
2001-05-27 23:32:12 +02:00
|
|
|
?>
|