mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp-remote-backups-extension.git
synced 2025-10-03 15:41:31 +08:00
This commit is contained in:
parent
27003c910d
commit
d65c5536d0
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ class MainWPRemoteDestinationUploadTracker
|
|||
|
||||
public function track_upload($file, $uploadID, $offset, $useStartOffset = false, $finished = false)
|
||||
{
|
||||
wp_mail('ruben.schollaert@verticon.be', 'DEBUG TEST', 'Offset: ' . print_r($offset,1));
|
||||
if (session_id() == '') session_start();
|
||||
if ($useStartOffset && isset($this->startOffset) && ($this->startOffset != null)) $offset += $this->startOffset;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: MainWP Remote Backup Extension
|
||||
Plugin URI: http://extensions.mainwp.com
|
||||
Description: MainWP Remote Backup Extension is an extension for the MainWP plugin that enables you store your backups on different off site locations.
|
||||
Version: 0.1.0-alpha2
|
||||
Version: 0.1.0-alpha3
|
||||
Author: MainWP
|
||||
Author URI: http://mainwp.com
|
||||
Icon URI: http://extensions.mainwp.com/wp-content/uploads/2014/01/mainwp-remote-backups-ext-icon.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue