plugins/SpecialAdmin.php
changeset 15 ad5986a53197
parent 9 1e61232606d6
child 19 5d003b6c9e89
--- a/plugins/SpecialAdmin.php	Fri Jun 22 18:42:26 2007 -0400
+++ b/plugins/SpecialAdmin.php	Sat Jun 23 09:55:58 2007 -0400
@@ -116,7 +116,7 @@
     echo '<tr><td class="'.$cls.'">';
     switch($r['action']) {
       case "admin_auth_good": echo 'Successful elevated authentication'; if ( !empty($r['page_text']) ) { $level = $session->userlevel_to_string( intval($r['page_text']) ); echo "<br /><small>Authentication level: $level</small>"; } break;
-      case "admin_auth_bad":  echo 'Failed administration logon'; break;
+      case "admin_auth_bad":  echo 'Failed elevated authentication'; if ( !empty($r['page_text']) ) { $level = $session->userlevel_to_string( intval($r['page_text']) ); echo "<br /><small>Attempted auth level: $level</small>"; } break;
       case "activ_good": echo 'Successful account activation'; break;
       case "auth_good": echo 'Successful regular user logon'; break;
       case "activ_bad": echo 'Failed account activation'; break;