Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
Afroluis96 committed Sep 27, 2014
1 parent 5f4b042 commit 7e8cfca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/header_al.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- Menu Horizontal -->
<ul class="menu">
<li><a href="../index.php">Inicio</a></li>
<li><a href="Menu_Alumno.php">Inicio</a></li>
<li><a href="../includes/desconectar_alumno.php">Cerrar sesión</a></li>
</ul>

Expand Down
Binary file modified includes/importar_excel.xls
Binary file not shown.
4 changes: 2 additions & 2 deletions pags/notas.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
else
echo '<script language = javascript>
alert("Id invalido'.$id_alumno.'");
self.location = "loginMaestro.php";
self.location = "loginAlumno.php";
</script>';
}
else
echo '<script language = javascript>
alert("Id invalido");
self.location = "loginMaestro.php";
self.location = "loginAlumno.php";
</script>';
}
else{
Expand Down

0 comments on commit 7e8cfca

Please sign in to comment.