Load vfs_shared class

This commit is contained in:
Zone 2003-02-17 19:35:52 +00:00
parent f72d5d300e
commit 241a0bbf09

View File

@ -4,5 +4,6 @@
$GLOBALS['phpgw_info']['server']['file_repository'] = 'sql';
}
include (PHPGW_API_INC . '/class.vfs_shared.inc.php');
include (PHPGW_API_INC . '/class.vfs_' . $GLOBALS['phpgw_info']['server']['file_repository'] . '.inc.php');
?>