This commit is contained in:
Baptiste 2022-07-31 19:30:11 +02:00
parent 98f71f2772
commit 5d9e9ab4b1

View file

@ -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']);