egroupware/phpgwapi/inc/class.vfs.inc.php

11 lines
218 B
PHP
Raw Normal View History

<?php
if (empty ($phpgw_info['server']['file_repository']))
{
$phpgw_info['server']['file_repository'] = 'sql';
}
2001-05-15 02:55:52 +02:00
include (PHPGW_API_INC . '/class.vfs_' . $phpgw_info['server']['file_repository'] . '.inc.php');
2001-05-15 02:55:52 +02:00
?>