Remove OPDS temp file if there are no changes to the feed

This commit is contained in:
Alex Cabal 2021-06-03 21:41:16 -05:00
parent 2a1225ca53
commit c88dc363a2
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,7 @@
<?
use function Safe\apcu_fetch;
use function Safe\ksort;
use function Safe\natsort;
use function Safe\preg_replace;
use function Safe\touch;
use function Safe\unlink;
use function Safe\usort;
class Library{