Skip to content

Commit 9922d5e

Browse files
committed
Update backup.php
1 parent a0e28cf commit 9922d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
// Remove archives older than x days from backups directory
183183

184184
if (file_exists("backups")) {
185-
echo "Checking for expired archives...\n";
185+
echo "\n..Checking for expired archives...\n";
186186
foreach (new DirectoryIterator("backups") as $fileInfo) {
187187
if ($fileInfo->isDot()) {
188188
continue;

0 commit comments

Comments
 (0)