Merge branch 'remastering' of https://git.steelants.cz/SImple-Home/PHP_SMART_HOME_V3 into remastering

This commit is contained in:
Václav Španinger 2020-07-21 10:47:04 +02:00
commit be09f00b95
1 changed files with 9 additions and 1 deletions

View File

@ -14,7 +14,11 @@ class LogMaintainer
unlink ($dir . $file);
}
} else {
<<<<<<< HEAD
$this->cleaningDir ($dir . $file . "/", $seconds);
=======
$this->cleaningDir ($path . $file . "/", $seconds);
>>>>>>> 1a448663f05f2b4ad7456a89d50312be302cd494
}
}
}
@ -23,4 +27,8 @@ class LogMaintainer
$seconds = $days * 86400;
$this->cleaningDir ('../logs/', $seconds);
}
}
<<<<<<< HEAD
}
=======
}
>>>>>>> 1a448663f05f2b4ad7456a89d50312be302cd494