@@ 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 | ||
@@ 167-169 (lines=3) @@ | ||
164 | return; |
|
165 | } |
|
166 | ||
167 | if ( file_exists( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ) ) { |
|
168 | unlink( trailingslashit( Path::get_path() ) . $this->get_backup_filename() ); |
|
169 | } |
|
170 | ||
171 | $this->finish(); |
|
172 |