]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Fix a parse error in failed_logins.php3
authorkkalev <kkalev>
Fri, 8 Nov 2002 15:07:09 +0000 (15:07 +0000)
committerkkalev <kkalev>
Fri, 8 Nov 2002 15:07:09 +0000 (15:07 +0000)
Changelog
htdocs/failed_logins.php3

index 5530795b58135c4f023e87a67c87885e5b76140d..33ae9e6e22b3d2ad3a16aff62be9b85d3fb64f3c 100644 (file)
--- 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.
index 98aa17acb01934314f6d051d70ee86a22a2620da..806058f51e564ada58ab26fb467ac48e9a752e34 100644 (file)
@@ -109,7 +109,6 @@ if ($link){
                                        }
                                        else
                                                $da_name_cache[$row[NASIPAddress]] = $acct_server;
-                                       }
                                }
                        }
                        else