We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e28cf commit 9922d5eCopy full SHA for 9922d5e
backup.php
@@ -182,7 +182,7 @@
182
// Remove archives older than x days from backups directory
183
184
if (file_exists("backups")) {
185
- echo "Checking for expired archives...\n";
+ echo "\n..Checking for expired archives...\n";
186
foreach (new DirectoryIterator("backups") as $fileInfo) {
187
if ($fileInfo->isDot()) {
188
continue;
0 commit comments