forked from vergnet/site-accueil-insa
oupsi
This commit is contained in:
parent
628bf426a4
commit
8992b4ea39
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
||||||
{
|
{
|
||||||
$planning = (int) htmlspecialchars($_GET['planning']);
|
$planning = (int) htmlspecialchars($_GET['planning']);
|
||||||
} else {
|
} else {
|
||||||
header('Location: planning2.php?planning=1');
|
header('Location: planning.php?planning=1');
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue