forked from vergnet/site-accueil-insa
header planning
This commit is contained in:
parent
ee4b09e009
commit
063049112b
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']);
|
||||
} else {
|
||||
header('Location: construction.php');
|
||||
header('Location: planning.php?planning=1');
|
||||
}
|
||||
?>
|
||||
<main>
|
||||
|
|
Loading…
Reference in a new issue