egroupware_official/filemanager/setup/setup.inc.php
2001-06-11 23:42:16 +00:00

36 lines
1.4 KiB
PHP
Executable File

<?php
/**************************************************************************\
* phpGroupWare - PHP Webhosting *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$setup_info['phpwebhosting']['name'] = 'phpwebhosting';
$setup_info['phpwebhosting']['title'] = 'PHPWebHosting';
$setup_info['phpwebhosting']['version'] = '0.9.13.001';
$setup_info['phpwebhosting']['app_order'] = 10;
$setup_info['phpwebhosting']['tables'] = array('phpgw_vfs');
$setup_info['phpwebhosting']['enable'] = 1;
/* The hooks this app includes, needed for hooks registration */
$setup_info['phpwebhosting']['hooks'][] = 'preferences';
/* The tables this app creates */
$setup_info['addressbook']['tables'] = array(
'phpgw_vfs'
);
/* Dependencies for this app to work */
$setup_info['phpwebhosting']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => array('0.9.10', '0.9.11' , '0.9.12', '0.9.13')
);
?>