[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

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

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - PHPSysInfo                                                  *
   4      * http://www.egroupware.org                                                *
   5      * --------------------------------------------                             *
   6      *  This program is free software; you can redistribute it and/or modify it *
   7      *  under the terms of the GNU General Public License as published by the   *
   8      *  Free Software Foundation; either version 2 of the License, or (at your  *
   9      *  option) any later version.                                              *
  10      \**************************************************************************/
  11  
  12      /* $Id: setup.inc.php 21228 2006-04-06 13:52:08Z ralfbecker $ */
  13  
  14      $setup_info['phpsysinfo']['name']      = 'phpsysinfo';
  15      $setup_info['phpsysinfo']['title']     = 'phpSysInfo';
  16      $setup_info['phpsysinfo']['version']   = '1.2_2.5.2rc1';
  17      $setup_info['phpsysinfo']['app_order'] = 99;
  18      $setup_info['phpsysinfo']['enable']    = 2;
  19      $setup_info['phpsysinfo']['tables']    = '';
  20      
  21      $setup_info['phpsysinfo']['license']  = 'GPL';
  22      $setup_info['phpsysinfo']['description'] =
  23          'phpSysInfo displays information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.<p>'.
  24          'phpSysInfo supports now <b>Windows</b>, beside <b>Linux</b> and nearly every other *nix operating system: <b>Darwin, FreeBSD, HP-UX, NetBSD, OpenBSD, SunOS</b>.';
  25      $setup_info['phpsysinfo']['note'] =
  26          'The version bundled with eGroupWare is equivalent to phpSysInfo\'s version 2.5.2rc1 from 2005-02-27.';
  27          
  28      $setup_info['phpsysinfo']['author'] = array(
  29          'name' => 'phpSysInfo project',
  30          'url'  => 'http://phpsysinfo.sf.net',
  31      );
  32      $setup_info['phpsysinfo']['maintainer'] = array(
  33          'name'  => 'Ralf Becker',
  34          'email' => 'ralfbecker@outdoor-training.de'
  35      );
  36      /* The hooks this app includes, needed for hooks registration */
  37      $setup_info['phpsysinfo']['hooks'][]   = 'admin';
  38  
  39      /* Dependencies for this app to work */
  40      $setup_info['phpsysinfo']['depends'][] = array(
  41          'appname' => 'phpgwapi',
  42          'versions' => Array('1.0.0','1.0.1','1.2','1.3')
  43      );


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