1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-26 15:59:23 +01:00
egroupware/phpgwapi/inc/class.auth.inc.php
2001-08-30 19:40:44 +00:00

8 lines
229 B
PHP

<?php
if (empty($GLOBALS['phpgw_info']['server']['auth_type']))
{
$GLOBALS['phpgw_info']['server']['auth_type'] = 'sql';
}
include(PHPGW_API_INC.'/class.auth_'.$GLOBALS['phpgw_info']['server']['auth_type'].'.inc.php');
?>