Add testing for accounts

This commit is contained in:
2023-05-17 09:40:43 -06:00
parent 26fdd42e10
commit e0f1b4847d
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,6 @@ class LogAsistencias
{
$filename = $this->dir . $this->file;
if (!file_exists($this->dir)) {
echo "$this->dir no existe, creando...";
mkdir($this->dir, 0755, true);
}
if (file_exists($this->dir)) {