diff --git a/web/ajax/modals/logout.php b/web/ajax/modals/logout.php index f9479a34c..92f0936ef 100644 --- a/web/ajax/modals/logout.php +++ b/web/ajax/modals/logout.php @@ -77,8 +77,8 @@ while ( $row = $result->fetch(PDO::FETCH_ASSOC) ) { echo ' - '.$user->Username().' - '.$_SESSION['remoteAddr'].' + '.validHtmlStr($user->Username()).' + '.validHtmlStr($_SESSION['remoteAddr']).' '.strftime(STRF_FMT_DATETIME_SHORTER, $row['access']).' ';