egroupware_official/phpgwapi/inc/class.vfs.inc.php

9 lines
254 B
PHP
Raw Normal View History

<?php
2001-09-23 21:23:49 +02:00
if (empty ($GLOBALS['phpgw_info']['server']['file_repository']))
{
$GLOBALS['phpgw_info']['server']['file_repository'] = 'sql';
}
2001-09-23 21:23:49 +02:00
include (PHPGW_API_INC . '/class.vfs_' . $GLOBALS['phpgw_info']['server']['file_repository'] . '.inc.php');
?>