From f8dcb2d33c02bd70590685980e23fa81e0977589 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 13 Dec 2001 02:23:00 +0000 Subject: [PATCH] renaming to config.auth.lib.php3 --- main.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.php3 b/main.php3 index 91e63a9f8..376c1b239 100755 --- a/main.php3 +++ b/main.php3 @@ -125,7 +125,7 @@ if ($server == 0 || count($cfgServers) > 1) { if (!empty($val['only_db'])) { echo ' - ' . (is_array($val['only_db']) ? implode(', ', $val['only_db']) : $val['only_db']); } - if (!empty($val['user']) && ($val['auth_type'] == 'basic')) { + if (!empty($val['user']) && ($val['auth_type'] == 'config')) { echo ' (' . $val['user'] . ')'; } echo ' ' . "\n"; @@ -209,7 +209,7 @@ if ($server > 0) { // loic1: Displays the MySQL column only if at least one feature has to be // displayed if ($is_superuser || $is_create_priv || $is_process_priv || $is_reload_priv - || $cfgShowMysqlInfo || $cfgShowMysqlVars || $cfgServer['auth_type'] != 'basic') { + || $cfgShowMysqlInfo || $cfgShowMysqlVars || $cfgServer['auth_type'] != 'config') { ?> @@ -326,7 +326,7 @@ if ($server > 0) { } // Logout for advanced authentication - if ($cfgServer['auth_type'] != 'basic') { + if ($cfgServer['auth_type'] != 'config') { $http_logout = ($cfgServer['auth_type'] == 'http') ? "\n" . ' (*)' : '';