forked from vergnet/site-accueil-insa
constru
This commit is contained in:
parent
98f71f2772
commit
5d9e9ab4b1
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ ob_start(); // Start reading html
|
|||
|
||||
include "script/db.php";
|
||||
|
||||
header('LOcation:construction.php');
|
||||
|
||||
if(isset($_GET['planning']) AND !empty(['planning']))
|
||||
{
|
||||
$planning = (int) htmlspecialchars($_GET['planning']);
|
||||
|
|
Loading…
Reference in a new issue