phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.auth.inc.php, 1.10


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.auth.inc.php, 1.10
Date: Thu, 30 Dec 2004 07:47:30 +0100

Update of /phpgwapi/inc
Added Files:
        Branch: 
          class.auth.inc.php

date: 2004/12/30 06:47:30;  author: skwashd;  state: Exp;  lines: +12 -0

Log Message:
new HEAD
=====================================================================
<?php 
        /**
        * Authentication loader
        * @author Dan Kuykendall <address@hidden>
        * @copyright Copyright (C) 2001-2004 Free Software Foundation, Inc 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
        */

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]