egroupware/phpgwapi/inc/class.auth.inc.php

5 lines
189 B
PHP
Raw Normal View History

<?php
2001-05-02 14:52:44 +02:00
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');
?>