Altra piccola modifica
This commit is contained in:
@@ -10,7 +10,7 @@ $hours = [
|
|||||||
5 => "Quinta ora<br>11:55 - 12:50",
|
5 => "Quinta ora<br>11:55 - 12:50",
|
||||||
6 => "Sesta ora<br>12:50 - 13:50"
|
6 => "Sesta ora<br>12:50 - 13:50"
|
||||||
];
|
];
|
||||||
if ($teacher == "No Lezione") {
|
if ($teacher == "No Lezione" || $teacher == "sconosciuto") {
|
||||||
header("Location: index.php");
|
header("Location: index.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user