phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.Template.inc.php, 1.12, 1.12.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.Template.inc.php, 1.12, 1.12.4.1 class.db.inc.php, 1.6.4.2, 1.6.4.3 class.db_msql.inc.php, 1.5.4.1, 1.5.4.2 class.db_mssql.inc.php, 1.20.2.1.2.1, 1.20.2.1.2.2 class.db_mysql.inc.php, 1.30.2.3.2.3, 1.30.2.3.2.4 class.db_pgsql.inc.php, 1.30.2.1.2.3, 1.30.2.1.2.4 class.setup_html.inc.php, 1.7.2.3, 1.7.2.4 class.vfs.inc.php, 1.10.4.1, 1.10.4.2 class.vfs_dav.inc.php, 1.1.2.2, 1.1.2.3 class.vfs_shared.inc.php, 1.2.2.2, 1.2.2.3 class.vfs_sql.inc.php, 1.15.2.6.2.3, 1.15.2.6.2.4
Date: Sun, 07 Sep 2003 21:27:47 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv27264/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.Template.inc.php class.db.inc.php class.db_msql.inc.php 
        class.db_mssql.inc.php class.db_mysql.inc.php 
        class.db_pgsql.inc.php class.setup_html.inc.php 
        class.vfs.inc.php class.vfs_dav.inc.php 
        class.vfs_shared.inc.php class.vfs_sql.inc.php 
Log Message:
new setup options/enhancements

Index: class.Template.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.Template.inc.php,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -C2 -r1.12 -r1.12.4.1
*** class.Template.inc.php      24 Dec 2001 05:24:57 -0000      1.12
--- class.Template.inc.php      8 Sep 2003 01:27:44 -0000       1.12.4.1
***************
*** 1,17 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - Template class                                        *
!   * (C) Copyright 1999-2000 NetUSE GmbH Kristian Koehntopp                   *
!   * ------------------------------------------------------------------------ *
!   * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
!   * http://www.phpgroupware.org/                                             
* 
!   * ------------------------------------------------------------------------ *
!   * This program is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published    *
!   * by the Free Software Foundation; either version 2.1 of the License, or   *
!   * any later version.                                                       *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        class Template
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - API - Template                                      *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Portions Copyright 2001, 2002, 2003 Free Software Foundation, Inc. *
!  * Based on phplib - Copyright 1999-2000 NetUSE GmbH Kristian Koehntopp *
!  * Contributions for Dan Kuykendall, and others                               
*
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
        class Template

Index: class.db.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db.inc.php,v
retrieving revision 1.6.4.2
retrieving revision 1.6.4.3
diff -C2 -r1.6.4.2 -r1.6.4.3
*** class.db.inc.php    26 Aug 2003 05:49:27 -0000      1.6.4.2
--- class.db.inc.php    8 Sep 2003 01:27:44 -0000       1.6.4.3
***************
*** 1,17 ****
! <?php 
!   /**************************************************************************\
!   * phpGroupWare API - MySQL database support                                *
!   * Copyright (c) 1998-2000 NetUSE AG Boris Erdmann, Kristian Koehntopp      *
!   * ------------------------------------------------------------------------ *
!   * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
!   * http://www.phpgroupware.org/                                             
* 
!   * ------------------------------------------------------------------------ *
!   * This program is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published    *
!   * by the Free Software Foundation; either version 2.1 of the License, or   *
!   * any later version.                                                       *
!   \**************************************************************************/
! 
!   /* $Id$ */
    
        if (empty($GLOBALS['phpgw_info']['server']['db_type']))
--- 1,19 ----
! <?php
!  /**********************************************************************\
!  * phpGroupWare - API - Database Abstraction                          *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Portions Copyright 2001, 2002, 2003 Free Software Foundation, Inc. *
!  * Based on phplib - Copyright 1998-2000 NetUSE AG,                   * 
!  *                    Boris Erdmann, Kristian Koehntopp               *
!  * Contributions from Dan Kuykendall, Dave Hall and others            *
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
    
        if (empty($GLOBALS['phpgw_info']['server']['db_type']))

Index: class.db_msql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_msql.inc.php,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -C2 -r1.5.4.1 -r1.5.4.2
*** class.db_msql.inc.php       16 Jul 2003 06:39:26 -0000      1.5.4.1
--- class.db_msql.inc.php       8 Sep 2003 01:27:44 -0000       1.5.4.2
***************
*** 1,18 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API -                                                       *
!   * Copyright (c) 1998,1999 SH Online Dienst GmbH Boris Erdmann,             *
!   * Kristian Koehntopp                                                       *
!   * ------------------------------------------------------------------------ *
!   * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
!   * http://www.phpgroupware.org/                                             
* 
!   * ------------------------------------------------------------------------ *
!   * This program is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published    *
!   * by the Free Software Foundation; either version 2.1 of the License, or   *
!   * any later version.                                                       *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        class db
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - API - Database Abstraction                          *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Portions Copyright 2001, 2002, 2003 Free Software Foundation, Inc. *
!  * Based on phplib - Copyright 1998-2000 SH Dienst GmbH                       
*
!  *                    Boris Erdmann, Kristian Koehntopp               *
!  * Contributions from Dan Kuykendall, Dave Hall and others            *
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
        class db

Index: class.db_mssql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mssql.inc.php,v
retrieving revision 1.20.2.1.2.1
retrieving revision 1.20.2.1.2.2
diff -C2 -r1.20.2.1.2.1 -r1.20.2.1.2.2
*** class.db_mssql.inc.php      16 Jul 2003 06:39:26 -0000      1.20.2.1.2.1
--- class.db_mssql.inc.php      8 Sep 2003 01:27:44 -0000       1.20.2.1.2.2
***************
*** 3,8 ****
    * phpGroupWare API - MS SQL Server support                                 *
    * (C) Copyright 1998 Cameron Taggart (address@hidden)               *
!   *  Modified by Guarneri carmelo (address@hidden)                 *
!   *    Modified by Cameron Just     (address@hidden)                     *
    * ------------------------------------------------------------------------ *
    * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
--- 3,7 ----
    * phpGroupWare API - MS SQL Server support                                 *
    * (C) Copyright 1998 Cameron Taggart (address@hidden)               *
!   * Contributiors Guarneri Carmelo, Cameron Just, Dave Hall, Signude Ness    *
    * ------------------------------------------------------------------------ *
    * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
***************
*** 14,22 ****
    * any later version.                                                       *
    \**************************************************************************/
- 
    /* $Id$ */
- 
-       /* echo "<BR>This is using the MSSQL class<BR>"; */
-       // ^^ really ?! :)
  
        class db
--- 13,17 ----

Index: class.db_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php,v
retrieving revision 1.30.2.3.2.3
retrieving revision 1.30.2.3.2.4
diff -C2 -r1.30.2.3.2.3 -r1.30.2.3.2.4
*** class.db_mysql.inc.php      13 Aug 2003 12:48:35 -0000      1.30.2.3.2.3
--- class.db_mysql.inc.php      8 Sep 2003 01:27:44 -0000       1.30.2.3.2.4
***************
*** 1,17 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - MySQL database support                                *
!   * Copyright (c) 1998-2000 NetUSE AG Boris Erdmann, Kristian Koehntopp      *
!   * ------------------------------------------------------------------------ *
!   * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
!   * http://www.phpgroupware.org/                                             
* 
!   * ------------------------------------------------------------------------ *
!   * This program is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published    *
!   * by the Free Software Foundation; either version 2.1 of the License, or   *
!   * any later version.                                                       *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        class db extends db_
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - API - Database Abstraction                          *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Portions Copyright 2001, 2002, 2003 Free Software Foundation, Inc. *
!  * Based on phplib - Copyright 1998-2000 NetUSE AG,                   * 
!  *                    Boris Erdmann, Kristian Koehntopp               *
!  * Contributions from Dan Kuykendall, Dave Hall and others            *
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
        class db extends db_

Index: class.db_pgsql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_pgsql.inc.php,v
retrieving revision 1.30.2.1.2.3
retrieving revision 1.30.2.1.2.4
diff -C2 -r1.30.2.1.2.3 -r1.30.2.1.2.4
*** class.db_pgsql.inc.php      13 Aug 2003 15:23:32 -0000      1.30.2.1.2.3
--- class.db_pgsql.inc.php      8 Sep 2003 01:27:44 -0000       1.30.2.1.2.4
***************
*** 1,18 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API -                                                       *
!   * Copyright (c) 1998,1999 SH Online Dienst GmbH Boris Erdmann,             *
!   * Kristian Koehntopp                                                       *
!   * ------------------------------------------------------------------------ *
!   * This is not part of phpGroupWare, but is used by phpGroupWare.           
* 
!   * http://www.phpgroupware.org/                                             
* 
!   * ------------------------------------------------------------------------ *
!   * This program is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published    *
!   * by the Free Software Foundation; either version 2.1 of the License, or   *
!   * any later version.                                                       *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        class db extends db_
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - API - Database Abstraction                          *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Portions Copyright 2001, 2002, 2003 Free Software Foundation, Inc. *
!  * Based on phplib - Copyright 1998-2000 SH Online Dienst GmbH                
*
!  *                    Boris Erdmann, Kristian Koehntopp               *
!  * Contributions from Dan Kuykendall, Michael Dean, Dave Hall and others*
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
        class db extends db_

Index: class.setup_html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_html.inc.php,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -C2 -r1.7.2.3 -r1.7.2.4
*** class.setup_html.inc.php    13 Aug 2003 10:50:26 -0000      1.7.2.3
--- class.setup_html.inc.php    8 Sep 2003 01:27:44 -0000       1.7.2.4
***************
*** 48,54 ****
  
                        $setting = get_var('setting',Array('POST'));
!                       while($setting && list($k,$v) = @each($setting))
                        {
!                               $var[strtoupper($k)] = $v;
                        }
                        $GLOBALS['header_template']->set_var($var);
--- 48,57 ----
  
                        $setting = get_var('setting',Array('POST'));
!                       if(!empty($setting) && is_array($setting))
                        {
!                               foreach($setting as $k => $v)
!                               {
!                                       $var[strtoupper($k)] = $v;
!                               }
                        }
                        $GLOBALS['header_template']->set_var($var);
***************
*** 145,150 ****
                {
                        /* begin use TEMPLATE login_main.tpl */
!                       
$GLOBALS['setup_tpl']->set_var('ConfigLoginMSG',@$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG']);
!                       
$GLOBALS['setup_tpl']->set_var('HeaderLoginMSG',@$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG']);
  
                        if ($GLOBALS['phpgw_info']['setup']['stage']['header'] 
== '10')
--- 148,158 ----
                {
                        /* begin use TEMPLATE login_main.tpl */
!                       $GLOBALS['setup_tpl']->set_var('ConfigLoginMSG',
!                               
@$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG']
!                               ? 
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] : '&nbsp;');
! 
!                       $GLOBALS['setup_tpl']->set_var('HeaderLoginMSG',
!                               
@$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] 
!                               ? 
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] : '&nbsp;');
  
                        if ($GLOBALS['phpgw_info']['setup']['stage']['header'] 
== '10')
***************
*** 159,163 ****
                                        foreach($GLOBALS['phpgw_domain'] as 
$domain => $data)
                                        {
!                                               $domains .= "<option 
value=\"$domain\" ".($domain == @$GLOBALS['phpgw_info']['setup']['LastDomain'] 
? ' SELECTED' : '').">$domain</option>\n";
                                        }
                                        
$GLOBALS['setup_tpl']->set_var('domains',$domains);
--- 167,180 ----
                                        foreach($GLOBALS['phpgw_domain'] as 
$domain => $data)
                                        {
!                                               $domains .= "<option 
value=\"$domain\" ";
!                                               if($domain == 
@$GLOBALS['phpgw_info']['setup']['LastDomain'])
!                                               {
!                                                       $domains .= ' SELECTED';
!                                               }
!                                               elseif($domain == 
$_SERVER['SERVER_NAME'])
!                                               {
!                                                       $domains .= ' SELECTED';
!                                               }
!                                               $domains .= 
">$domain</option>\n";
                                        }
                                        
$GLOBALS['setup_tpl']->set_var('domains',$domains);

Index: class.vfs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs.inc.php,v
retrieving revision 1.10.4.1
retrieving revision 1.10.4.2
diff -C2 -r1.10.4.1 -r1.10.4.2
*** class.vfs.inc.php   27 Mar 2003 00:07:08 -0000      1.10.4.1
--- class.vfs.inc.php   8 Sep 2003 01:27:44 -0000       1.10.4.2
***************
*** 1,3 ****
--- 1,4 ----
  <?php
+ 
        if (empty ($GLOBALS['phpgw_info']['server']['file_repository']))
        {

Index: class.vfs_dav.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs_dav.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** class.vfs_dav.inc.php       17 Jul 2003 02:36:04 -0000      1.1.2.2
--- class.vfs_dav.inc.php       8 Sep 2003 01:27:44 -0000       1.1.2.3
***************
*** 1,24 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - VFS                                                   *
!   * This file written by Jason Wies (Zone) <address@hidden>           *
!   * This class handles file/dir access for phpGroupWare                      *
!   * Copyright (C) 2001-2003 Jason Wies, Jonathon Sim                          
 *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          
* 
!   * ------------------------------------------------------------------------ *
!   * This library is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published by *
!   * the Free Software Foundation; either version 2.1 of the License,         *
!   * or any later version.                                                    *
!   * This library is distributed in the hope that it will be useful, but      *
!   * WITHOUT ANY WARRANTY; without even the implied warranty of               *
!   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
!   * See the GNU Lesser General Public License for more details.              *
!   * You should have received a copy of the GNU Lesser General Public License *
!   * along with this library; if not, write to the Free Software Foundation,  *
!   * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
!   \**************************************************************************/
  
  
--- 1,20 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - phpGroupWare API - Virtual File System              *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Johnathan Sim - sim at zelad.com             *
!  * --------------------------------------------                               
*
!  * Development of this class was funded by Zeald http://zeald.com/    *
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
  

Index: class.vfs_shared.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs_shared.inc.php,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** class.vfs_shared.inc.php    30 Apr 2003 14:55:52 -0000      1.2.2.2
--- class.vfs_shared.inc.php    8 Sep 2003 01:27:44 -0000       1.2.2.3
***************
*** 1,26 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - VFS base class                                        *
!   * This file written by Jason Wies (Zone) <address@hidden>           *
!   * This class handles file/dir access for phpGroupWare                      *
!   * Copyright (C) 2001 Jason Wies                                          *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          
* 
!   * ------------------------------------------------------------------------ *
!   * This library is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published by *
!   * the Free Software Foundation; either version 2.1 of the License,         *
!   * or any later version.                                                    *
!   * This library is distributed in the hope that it will be useful, but      *
!   * WITHOUT ANY WARRANTY; without even the implied warranty of               *
!   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
!   * See the GNU Lesser General Public License for more details.              *
!   * You should have received a copy of the GNU Lesser General Public License *
!   * along with this library; if not, write to the Free Software Foundation,  *
!   * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        /* Relative defines.  Used mainly by getabsolutepath () */
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - phpGroupWare API - Virtual File System              *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2001, 2002, 2003 Free Software Foundation, Inc.          *
!  *                                                                    *
!  * Originally Written by Jason Wies - zone at phpgroupware.org                
*
!  * Contributions from Giancarlo Susin
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
        /* Relative defines.  Used mainly by getabsolutepath () */

Index: class.vfs_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs_sql.inc.php,v
retrieving revision 1.15.2.6.2.3
retrieving revision 1.15.2.6.2.4
diff -C2 -r1.15.2.6.2.3 -r1.15.2.6.2.4
*** class.vfs_sql.inc.php       3 Jul 2003 17:10:28 -0000       1.15.2.6.2.3
--- class.vfs_sql.inc.php       8 Sep 2003 01:27:44 -0000       1.15.2.6.2.4
***************
*** 1,26 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - VFS                                                   *
!   * This file written by Jason Wies (Zone) <address@hidden>           *
!   * This class handles file/dir access for phpGroupWare                      *
!   * Copyright (C) 2001 Jason Wies                                          *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          
* 
!   * ------------------------------------------------------------------------ *
!   * This library is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published by *
!   * the Free Software Foundation; either version 2.1 of the License,         *
!   * or any later version.                                                    *
!   * This library is distributed in the hope that it will be useful, but      *
!   * WITHOUT ANY WARRANTY; without even the implied warranty of               *
!   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
!   * See the GNU Lesser General Public License for more details.              *
!   * You should have received a copy of the GNU Lesser General Public License *
!   * along with this library; if not, write to the Free Software Foundation,  *
!   * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        /*!
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - phpGroupWare API - Virtual File System              *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2001, 2002, 2003 Free Software Foundation, Inc.          *
!  *                                                                    *
!  * Originally Written by Jason Wies - zone at phpgroupware.org                
*
!  * Contributions from Giancarlo Susin                                 *
!  * --------------------------------------------                               
*
!  *  This program is Free Software; you can redistribute it and/or     *
!  *  modify it under the terms of the GNU Lesser General Public License        
*
!  *  as published by the Free Software Foundation; either version 2.1 of *
!  *  the License, or (at your option) any later version.                       
*
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!





reply via email to

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