phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup setup.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup setup.inc.php
Date: Sun, 17 Sep 2006 11:36:08 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/17 11:36:08

Modified files:
        setup          : setup.inc.php 

Log message:
        new header - unset the info array for security, add dynamic path 
detection support, add phpdocs, don't include xmlrpc/soap functions when using 
the webgui

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/setup.inc.php?cvsroot=phpgwapi&r1=1.72&r2=1.73

Patches:
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- setup.inc.php       24 Apr 2006 09:16:49 -0000      1.72
+++ setup.inc.php       17 Sep 2006 11:36:08 -0000      1.73
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.72 2006/04/24 09:16:49 sigurdne Exp $
+       * @version $Id: setup.inc.php,v 1.73 2006/09/17 11:36:08 skwashd Exp $
        * @internal $Source: /cvsroot/phpgwapi/phpgwapi/setup/setup.inc.php,v $
        */
 
@@ -13,7 +13,7 @@
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
        $setup_info['phpgwapi']['version']   = '0.9.17.505';
-       $setup_info['phpgwapi']['versions']['current_header'] = '1.24';
+       $setup_info['phpgwapi']['versions']['current_header'] = '1.25';
        $setup_info['phpgwapi']['enable']    = 3;
        $setup_info['phpgwapi']['app_order'] = 1;
 




reply via email to

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