Add testing for accounts
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user