phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: netsaint/setup setup.inc.php,1.15,1.16


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: netsaint/setup setup.inc.php,1.15,1.16
Date: Sun, 27 Oct 2002 20:31:35 -0500

Update of /cvsroot/phpgroupware/netsaint/setup
In directory subversions:/tmp/cvs-serv21491/netsaint/setup

Modified Files:
        setup.inc.php 
Log Message:
update about

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/netsaint/setup/setup.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** setup.inc.php       23 Oct 2002 20:47:31 -0000      1.15
--- setup.inc.php       28 Oct 2002 01:31:33 -0000      1.16
***************
*** 29,32 ****
--- 29,43 ----
        $setup_info['netsaint']['enable'] = 1;
  
+       $setup_info['netsaint']['author']       = array
+       (
+               'name'  => 'Bettina Gille',
+               'email' => 'address@hidden'
+       );
+ 
+       $setup_info['netsaint']['maintainer'] = 
$setup_info['netsaint']['author'];
+ 
+       $setup_info['netsaint']['license']  = 'GPL';
+       $setup_info['netsaint']['description'] = 'configuration tool for the <a 
href="http://www.netsaint.org"; taget="_blank">netsaint net work monitor</a>';
+ 
        /* The hooks this app includes, needed for hooks registration */
        $setup_info['netsaint']['hooks'] = array
***************
*** 34,38 ****
                'preferences',
                'admin',
-               'about',
                'manual'
        );
--- 45,48 ----
***************
*** 42,46 ****
        (
                'appname'  => 'phpgwapi',
!               'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
  
--- 52,56 ----
        (
                'appname'  => 'phpgwapi',
!               'versions' => Array('0.9.15')
        );
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]