PluginProbe
The WP Remote WordPress Plugin / 6.76
The WP Remote WordPress Plugin v6.76
6.76 6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 All 54 releases
← All changes | admin/components/list_accounts.php +1 -1 4.876.76 View file →
@@ -13,9 +13,9 @@
13 13 <input type='hidden' name='bvnonce' value="<?php echo esc_attr($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 - <td><?php echo esc_html(date('Y-m-d H:i:s', $value['lastbackuptime'])); ?></td>
17 + <td><?php echo esc_html(gmdate('Y-m-d H:i:s', $value['lastbackuptime'])); ?></td>
18 18 <td><input type='submit' class="btn btn-primary" style="font-size: 12px" value='Disconnect' name='disconnect' onclick="return confirm('Are you sure?');"></td>
19 19 </tr>
20 20 </form>
21 21 <?php } ?>