source: companies/celepar/phpgwapi/inc/class.vfs.inc.php @ 763

Revision 763, 310 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<?php
2        if (empty ($GLOBALS['phpgw_info']['server']['file_repository']))
3        {
4                $GLOBALS['phpgw_info']['server']['file_repository'] = 'sql';
5        }
6
7        include (PHPGW_API_INC . '/class.vfs_shared.inc.php');
8        include (PHPGW_API_INC . '/class.vfs_' . $GLOBALS['phpgw_info']['server']['file_repository'] . '.inc.php');
9?>
Note: See TracBrowser for help on using the repository browser.