forkeado de vergnet/site-accueil-insa
retouche phrase gagnant aux enigme et vancance
Este commit está contenido en:
padre
00e7ef66e0
commit
f9a6f38d9b
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
|
|
@ -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'])) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
include "script/db.php";
|
||||
|
||||
header('Location: construction.php');
|
||||
include "script/db.php";
|
||||
|
||||
$end = false;
|
||||
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia