mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
11 lines
218 B
PHP
11 lines
218 B
PHP
<?php
|
|
|
|
if (empty ($phpgw_info['server']['file_repository']))
|
|
{
|
|
$phpgw_info['server']['file_repository'] = 'sql';
|
|
}
|
|
|
|
include (PHPGW_API_INC . '/class.vfs_' . $phpgw_info['server']['file_repository'] . '.inc.php');
|
|
|
|
?>
|