This commit is contained in:
2023-08-17 18:04:58 +00:00
parent 8b580895b6
commit dd8351a840
11 changed files with 85 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ class LogAsistencias
// die ruta
$this->month = date("m");
$this->year = date("Y");
$this->dir = ($ruta ?? '') . "log/";
$this->dir = "log/";
$this->updateFilename();
}