| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | $nonce = wp_create_nonce('bvnonce'); |
| 10 | 10 | foreach($accounts as $key => $value) { |
| 11 | 11 | ?> |
| 12 | 12 | <form action="" method="post"> |
| 13 | - <input type='hidden' name='bvnonce' value="<?php echo esc_attr($nonce); ?>" /> | |
| 13 | + <input type='hidden' name='bvnonce' value="<?php echo $nonce; ?>" /> | |
| 14 | 14 | <input type='hidden' name='pubkey' value="<?php echo esc_attr($key); ?>" /> |
| 15 | 15 | <tr> |
| 16 | 16 | <td><?php echo esc_html($value['email']); ?></td> |
| 17 | 17 | <td><?php echo esc_html(date('Y-m-d H:i:s', $value['lastbackuptime'])); ?></td> |