retouche phrase gagnant aux enigme et vancance

Bu işleme şunda yer alıyor:
Baptiste Rebillard 2022-06-14 02:23:05 +02:00
ebeveyn 00e7ef66e0
işleme f9a6f38d9b
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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