egroupware_official/phpgwapi/inc/class.db.inc.php
2001-06-13 06:24:07 +00:00

5 lines
186 B
PHP

<?php
if (empty($phpgw_info['server']['db_type'])){$phpgw_info['server']['db_type'] = 'mysql';}
include(PHPGW_API_INC.'/class.db_'.$phpgw_info['server']['db_type'].'.inc.php');
?>