retouche phrase gagnant aux enigme et vancance

Esse commit está contido em:
Baptiste Rebillard 2022-06-14 02:23:05 +02:00
commit f9a6f38d9b
2 arquivos alterados com 4 adições e 2 exclusões

Ver arquivo

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

Ver arquivo

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