]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add the failed logins page in the buttons page
authorkkalev <kkalev>
Tue, 10 Sep 2002 07:57:13 +0000 (07:57 +0000)
committerkkalev <kkalev>
Tue, 10 Sep 2002 07:57:13 +0000 (07:57 +0000)
Changelog
html/buttons/default/buttons.html.php3

index f758545edf81db756e99ffdba0b3abd878957761..c71fb2c7a207fd7dc9c0cea001c69b91c49715e4 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,7 @@ Ver 1.59:
 * Fix a bug in the failed logins page
 * Change use of AcctStartTime with AcctStopTime in failed_logins.php3 to match that in user_admin
 * Fix a bug with failed logins in user_admin.
+* Add the failed logins page in the buttons page
 Ver 1.55:
 * Update the FAQ about missing attributes from the user/group edit pages and add a few comments
   in the configuration files
index 32aba01bfba9e63242aa69459fa40fb90e746437..9f2f525ebf66cddfb54df57b2e60b5211e0bebb1 100644 (file)
@@ -48,6 +48,9 @@ if ($HTTP_SERVER_VARS["PHP_AUTH_USER"])
        <tr align=left><td id="menu7" onmouseover='myin("7");' onmouseout='myout("7");'>
        <a id="a7" href="badusers.php3?login=anyone" target="content" title="Show Bad Users">Bad Users</a>
        </td></tr>
+       <tr align=left><td id="menu16" onmouseover='myin("16");' onmouseout='myout("16");'>
+       <a id="a16" href="failed_logins.php3" target="content" title="Show Most Recent Failed Logins">Failed Logins</a>
+       </td></tr>
        <tr align=left><td id="menu14" onmouseover='myin("14");' onmouseout='myout("14");'>
        <a id="a14" href="find.php3" target="content" title="Find User">Find User</a>
        </td></tr>