[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Registration * 4 * http://www.egroupware.org * 5 * This application written by Joseph Engo <jengo@phpgroupware.org> * 6 * -------------------------------------------- * 7 * Funding for this program was provided by http://www.checkwithmom.com * 8 * -------------------------------------------- * 9 * This program is free software; you can redistribute it and/or modify it * 10 * under the terms of the GNU General Public License as published by the * 11 * Free Software Foundation; either version 2 of the License, or (at your * 12 * option) any later version. * 13 \**************************************************************************/ 14 15 /* $Id: setup.inc.php 20295 2006-02-15 12:31:25Z $ */ 16 17 /* Basic information about this app */ 18 $setup_info['registration']['name'] = 'registration'; 19 $setup_info['registration']['title'] = 'Registration'; 20 $setup_info['registration']['version'] = '1.2'; 21 $setup_info['registration']['app_order'] = '40'; 22 $setup_info['registration']['enable'] = 2; 23 24 /* The tables this app creates */ 25 $setup_info['registration']['tables'] = array( 26 'egw_reg_accounts', 27 'egw_reg_fields' 28 ); 29 30 /* The hooks this app includes, needed for hooks registration */ 31 $setup_info['registration']['hooks'][] = 'admin'; 32 $setup_info['registration']['hooks'][] = 'logout'; 33 34 /* Dependencies for this app to work */ 35 $setup_info['registration']['depends'][] = array( 36 'appname' => 'phpgwapi', 37 'versions' => Array('1.0.0','1.0.1','1.2') 38 ); 39 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |