From: kkalev Date: Fri, 8 Nov 2002 15:07:09 +0000 (+0000) Subject: Fix a parse error in failed_logins.php3 X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=7de9679a01b799bddbbb4b205dd161419be6e866;p=freeradius-dialup-admin.git Fix a parse error in failed_logins.php3 --- diff --git a/Changelog b/Changelog index 5530795..33ae9e6 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ Ver 1.61: admin.conf about the change info page not working if this directive is used. * When spliting cn in lib/ldap/create_user.php3 limit the split to 2 new elements not 3. * Fix a few bugs in log_badlogins +* Fix a parse error in failed_logins.php3 Ver 1.60: * Use require_once when including lib/functions.php3 in lib/sql * In the buttons toolbar Edit User should not be clickable. diff --git a/htdocs/failed_logins.php3 b/htdocs/failed_logins.php3 index 98aa17a..806058f 100644 --- a/htdocs/failed_logins.php3 +++ b/htdocs/failed_logins.php3 @@ -109,7 +109,6 @@ if ($link){ } else $da_name_cache[$row[NASIPAddress]] = $acct_server; - } } } else