egroupware_official/filemanager/setup/setup.inc.php

25 lines
693 B
PHP
Raw Normal View History

2001-05-27 23:32:12 +02:00
<?php
/**
* eGroupWare - Filemanager - setup
*
* @link http://www.egroupware.org
* @package filemanager
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @version $Id$
*/
2001-05-31 23:50:16 +02:00
$setup_info['filemanager']['name'] = 'filemanager';
$setup_info['filemanager']['title'] = 'Filemanager';
$setup_info['filemanager']['version'] = '1.6';
$setup_info['filemanager']['app_order'] = 6;
$setup_info['filemanager']['enable'] = 1;
2001-05-31 23:50:16 +02:00
/* The hooks this app includes, needed for hooks registration */
2001-05-27 23:32:12 +02:00
2001-06-24 11:18:38 +02:00
/* Dependencies for this app to work */
$setup_info['filemanager']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => array('1.5','1.6','1.7')
);