on passe en constru pour la mise en ligne du site internet

This commit is contained in:
Baptiste Rebillard 2022-06-14 02:21:57 +02:00
parent ba66fdebb1
commit 00e7ef66e0
4 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@
ob_start(); // Start reading html
include "script/db.php";
header('Location: construction.php');
if(isset($_POST['send'])) {
if(!empty($_POST['answer']) AND !empty($_POST['team'])) {

View file

@ -1,5 +1,6 @@
<?php
ob_start(); // Start reading html
header('Location: construction.php');
?>
<?php

View file

@ -1,5 +1,6 @@
<?php
ob_start(); // Start reading html
header('Location: construction.php');
if(isset($_GET['team']))
{

View file

@ -1,6 +1,7 @@
<?php
ob_start(); // Start reading html
include "script/db.php";
header('Location: construction.php');
$end = false;