1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-11 13:38:35 +01:00
egroupware_official/phpgwapi/inc/class.auth.inc.php
2001-05-02 12:52:44 +00:00

5 lines
189 B
PHP

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