egroupware_official/phpgwapi/inc/class.vfs.inc.php
2001-09-23 19:23:49 +00:00

9 lines
254 B
PHP

<?php
if (empty ($GLOBALS['phpgw_info']['server']['file_repository']))
{
$GLOBALS['phpgw_info']['server']['file_repository'] = 'sql';
}
include (PHPGW_API_INC . '/class.vfs_' . $GLOBALS['phpgw_info']['server']['file_repository'] . '.inc.php');
?>