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
|
ob_start(); // Start reading html
|
||||||
|
|
||||||
include "script/db.php";
|
include "script/db.php";
|
||||||
|
header('Location: construction.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,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
|
header('Location: construction.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
1
team.php
1
team.php
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
|
header('Location: construction.php');
|
||||||
|
|
||||||
if(isset($_GET['team']))
|
if(isset($_GET['team']))
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
include "script/db.php";
|
include "script/db.php";
|
||||||
|
header('Location: construction.php');
|
||||||
|
|
||||||
$end = false;
|
$end = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue