Error: Parámetros inválidos.
'; break; } $base_path = "/DATA/entreaulas/Centros"; $alumnos_path = "$base_path/$centro_id/Aularios/$aulario_id/Alumnos"; // Validate the path is within the expected directory $real_path = realpath($alumnos_path); $real_base = realpath($base_path); $alumnos = []; if ($real_path !== false && $real_base !== false && strpos($real_path, $real_base) === 0 && is_dir($real_path)) { $alumnos = glob($real_path . "/*", GLOB_ONLYDIR); } ?>No hay alumnos registrados en este aulario.
Para añadir alumnos, crea carpetas con sus nombres en:
Cada carpeta debe contener un archivo photo.jpg con la foto o pictograma del alumno.