From 00e7ef66e08261527c3c053e66bc33dec6a5dff6 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Tue, 14 Jun 2022 02:21:57 +0200 Subject: [PATCH] on passe en constru pour la mise en ligne du site internet --- enigma.php | 1 + stats.php | 1 + team.php | 1 + vacances.php | 1 + 4 files changed, 4 insertions(+) diff --git a/enigma.php b/enigma.php index 7d0fbfb..a1d2d74 100644 --- a/enigma.php +++ b/enigma.php @@ -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'])) { diff --git a/stats.php b/stats.php index fabac01..8a5dce7 100755 --- a/stats.php +++ b/stats.php @@ -1,5 +1,6 @@