phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.vfs.inc.php, 1.13


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.vfs.inc.php, 1.13
Date: Thu, 30 Dec 2004 07:47:31 +0100

Update of /phpgwapi/inc
Added Files:
        Branch: 
          class.vfs.inc.php

date: 2004/12/30 06:47:31;  author: skwashd;  state: Exp;  lines: +15 -0

Log Message:
new HEAD
=====================================================================
<?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.inc.php,v 1.13 2004/12/30 06:47:31 skwashd 
Exp $
        */

        if (empty ($GLOBALS['phpgw_info']['server']['file_repository']))
        {
                $GLOBALS['phpgw_info']['server']['file_repository'] = 'sql';
        }

        /**
        * Include shared vfs class
        */
        include (PHPGW_API_INC . '/class.vfs_shared.inc.php');
        /**
        * Include vfs class
        */
        include (PHPGW_API_INC . '/class.vfs_' . 
$GLOBALS['phpgw_info']['server']['file_repository'] . '.inc.php');
?>




reply via email to

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