[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/emailadmin/setup/ -> setup.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * EGroupWare - EMailAdmin                                                  *
   4      * http://www.egroupware.org                                                *
   5      * http://www.phpgw.de                                                      *
   6      * Author: lkneschke@egroupware.org                                         *
   7      * --------------------------------------------                             *
   8      *  This program is free software; you can redistribute it and/or modify it *
   9      *  under the terms of the GNU General Public License as published by the   *
  10      *  Free Software Foundation; either version 2 of the License, or (at your  *
  11      *  option) any later version.                                              *
  12      \**************************************************************************/
  13      /* $Id: setup.inc.php 20295 2006-02-15 12:31:25Z  $ */
  14  
  15      $setup_info['emailadmin']['name']      = 'emailadmin';
  16      $setup_info['emailadmin']['title']     = 'EMailAdmin';
  17      $setup_info['emailadmin']['version']   = '1.2.001';
  18      $setup_info['emailadmin']['app_order'] = 10;
  19      $setup_info['emailadmin']['enable']    = 2;
  20  
  21      $setup_info['emailadmin']['author'] = 'Lars Kneschke';
  22      $setup_info['emailadmin']['license']  = 'GPL';
  23      $setup_info['emailadmin']['description'] =
  24          'A central Mailserver management application for EGroupWare.';
  25      $setup_info['emailadmin']['note'] =
  26          '';
  27      $setup_info['emailadmin']['maintainer'] = array(
  28          'name'  => 'Lars Kneschke',
  29          'email' => 'lkneschke@linux-at-work.de'
  30      );
  31  
  32      $setup_info['emailadmin']['tables'][]    = 'egw_emailadmin';
  33      
  34      /* The hooks this app includes, needed for hooks registration */
  35      #$setup_info['emailadmin']['hooks'][] = 'preferences';
  36      $setup_info['emailadmin']['hooks'][] = 'admin';
  37  
  38      /* Dependencies for this app to work */
  39      $setup_info['emailadmin']['depends'][] = array(
  40          'appname'  => 'phpgwapi',
  41          'versions' => Array('1.0.0','1.0.1','1.2')
  42      );
  43  


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7