phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.vfs.php, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/class.vfs.php, 1.1.2.1
Date: Sun, 23 May 2004 01:26:31 -0000

Update of /property
Added Files:
        Branch: proposal-branch
          class.vfs.php

date: 2004/04/30 17:35:58;  author: sigurdne;  state: Exp;  lines: +19 -0

Log Message:
no message
=====================================================================
<?php
        /**
        * VFS class loader
        * @copyright Copyright (C) 2004 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage vfs
        * @version $Id: class.vfs.php,v 1.1.2.1 2004/04/30 17:35:58 sigurdne 
Exp $
        */

        /**
        * Include shared vfs class
        */
        include (PHPGW_ROOT . '/property/class.vfs_shared.php');
        /**
        * Include vfs class
        */
        include (PHPGW_ROOT . '/property/class.vfs_sql.php');
?>




reply via email to

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