forked from vergnet/site-accueil-insa
on passe en constru pour la mise en ligne du site internet
This commit is contained in:
parent
ba66fdebb1
commit
00e7ef66e0
4 changed files with 4 additions and 0 deletions
|
@ -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'])) {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
header('Location: construction.php');
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
|
1
team.php
1
team.php
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
header('Location: construction.php');
|
||||
|
||||
if(isset($_GET['team']))
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
include "script/db.php";
|
||||
header('Location: construction.php');
|
||||
|
||||
$end = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue