line 285: $cfgServer['connect_type'] implemented

This commit is contained in:
Robin Johnson
2001-08-22 22:11:33 +00:00
parent e0c922c15a
commit 932f506230

View File

@@ -281,6 +281,11 @@ if (!defined('__LIB_INC__')){
}
}
// Check how the config says to connect to the server
if (strtolower($cfgServer['connect_type']) == 'tcp') {
$cfgServer['socket'] = '';
}
// Calls the authentication window or validates user's login
if ($do_auth) {
auth();