retouche phrase gagnant aux enigme et vancance

這個提交存在於:
Baptiste Rebillard 2022-06-14 02:23:05 +02:00
父節點 00e7ef66e0
當前提交 f9a6f38d9b
共有 2 個檔案被更改,包括 4 行新增2 行删除

查看文件

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

查看文件

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