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

Cette révision appartient à :
Baptiste Rebillard 2022-06-14 02:21:57 +02:00
Parent ba66fdebb1
révision 00e7ef66e0
4 fichiers modifiés avec 4 ajouts et 0 suppressions

Voir le fichier

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

Voir le fichier

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

Voir le fichier

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

Voir le fichier

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