| @@ -1,9 +1,8 @@ | ||
| 1 | 1 | <div class="wrap"> |
| 2 | 2 | <h2><?php echo esc_html__('Unauthorized access log', 'easy-basic-authentication'); ?></h2> |
| 3 | 3 | <p> |
| 4 | 4 | <form method="post" action="<?php echo esc_url(admin_url('admin.php?page=basic-auth-login')); ?>"> |
| 5 | - <?php wp_nonce_field('eba_clear_logs', 'eba_clear_nonce'); ?> | |
| 6 | 5 | <input type="hidden" name="clear_mode" value="1"> |
| 7 | 6 | <button type="submit" class="button button-primary"> |
| 8 | 7 | <?php echo esc_html__('Clear log', 'easy-basic-authentication'); ?> |
| 9 | 8 | </button> |