| @@ 136-138 (lines=3) @@ | ||
| 133 | return false; |
|
| 134 | } |
|
| 135 | ||
| 136 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
| 137 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
| 138 | } |
|
| 139 | ||
| 140 | $this->finish(); |
|
| 141 | ||
| @@ 170-172 (lines=3) @@ | ||
| 167 | return; |
|
| 168 | } |
|
| 169 | ||
| 170 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
| 171 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
| 172 | } |
|
| 173 | ||
| 174 | $this->finish(); |
|
| 175 | ||