Revision 7a9ce400
Added by Viktor Gurov over 3 years ago
src/etc/inc/acb.inc | ||
---|---|---|
268 | 268 |
'manmax' => $manmax |
269 | 269 |
); |
270 | 270 |
|
271 |
unlink_if_exists($tmpname); |
|
272 |
|
|
271 | 273 |
if (!is_dir($g['acbbackuppath'])) { |
272 | 274 |
mkdir($g['acbbackuppath']); |
273 | 275 |
} |
Also available in: Unified diff
Delete temporary ACB files. Fixes #12745
(cherry picked from commit 17490b15e73c048f8ff42df203c31942e9e2ce73)