1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-15 10:28:54 +01:00
egroupware/phpgwapi/inc/class.db.inc.php
2001-06-20 08:36:55 +00:00

4 lines
185 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');
?>