2001-01-11 10:52:33 +01:00
|
|
|
<?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-01-11 10:52:33 +01:00
|
|
|
|
2003-02-17 20:35:52 +01:00
|
|
|
include (PHPGW_API_INC . '/class.vfs_shared.inc.php');
|
2001-09-23 21:23:49 +02:00
|
|
|
include (PHPGW_API_INC . '/class.vfs_' . $GLOBALS['phpgw_info']['server']['file_repository'] . '.inc.php');
|
2001-07-31 09:00:43 +02:00
|
|
|
?>
|