| @@ 133-135 (lines=3) @@ | ||
| 130 | return false; |
|
| 131 | } |
|
| 132 | ||
| 133 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
| 134 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
| 135 | } |
|
| 136 | ||
| 137 | $this->finish(); |
|
| 138 | ||
| @@ 164-166 (lines=3) @@ | ||
| 161 | return; |
|
| 162 | } |
|
| 163 | ||
| 164 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
| 165 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
| 166 | } |
|
| 167 | ||
| 168 | $this->finish(); |
|
| 169 | ||