Fixes and improvements to main.php, test.php, c_login.php, reposicion_profesor_materias.php, puesto.php, action_usuarios_insert.php, periodos.php, reposicion_autoriza.php, profesor_faltas.php

This commit is contained in:
2024-01-22 16:12:37 +00:00
parent 8b9ef01a36
commit 113ac2aedd
17 changed files with 366 additions and 156 deletions

View File

@@ -37,7 +37,7 @@ $user = Login::get_user();
<?= $user->facultad['facultad']; ?>
</i>
<small>
<?= $user->rol['rol']; ?>
<?= $user->rol['rol'] ?? 'General' ?>
</small>
</h3>
<hr>