1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-01 00:31:42 +01:00
egroupware_official/phpgwapi/inc/class.db.inc.php

4 lines
185 B
PHP
Raw Normal View History

<?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");
?>