diff --git a/include/auth.php b/include/auth.php index c95b1ff43..1f2f1b3df 100644 --- a/include/auth.php +++ b/include/auth.php @@ -98,7 +98,7 @@ if (cacti_sizeof($current_user)) { $_SESSION['sess_user_id'] = $current_user['id'];; - cacti_log("LOGIN: User '" . $user['username'] . "' authenticated via Basic Authentication.", false, 'AUTH'); + cacti_log("LOGIN: User '" . $current_user['username'] . "' authenticated via Basic Authentication.", false, 'AUTH'); $client_addr = get_client_addr();