release 1.3.21

This commit is contained in:
Newcomer1989
2022-12-18 13:13:44 +01:00
parent d2cb86e323
commit b96e32b713
35 changed files with 359 additions and 122 deletions

View File

@@ -149,6 +149,7 @@ try {
if ('.' === $file || '..' === $file) continue;
if (is_dir($cfg['logs_path'].$file)) continue;
if(substr($file, 0, 10) != 'db_export_') continue;
if(substr($file, -4, 4) != '.zip' && substr($file, -4, 4) != '.sql') continue;
?>
<div class="col-sm-6">
<?PHP echo $cfg['logs_path'].$file; ?>