forked from vergnet/site-accueil-insa
Compare commits
No commits in common. "f9a6f38d9b4ee5006b22817054eecfb41ac8b663" and "ba66fdebb1f4e1a48c5611ced38d4027e4c8441b" have entirely different histories.
f9a6f38d9b
...
ba66fdebb1
4 changed files with 0 additions and 6 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
|
|
||||||
header('Location: construction.php');
|
|
||||||
|
|
||||||
include "script/db.php";
|
include "script/db.php";
|
||||||
|
|
||||||
if(isset($_POST['send'])) {
|
if(isset($_POST['send'])) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
<?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,6 +1,5 @@
|
||||||
<?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,7 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
|
|
||||||
header('Location: construction.php');
|
|
||||||
include "script/db.php";
|
include "script/db.php";
|
||||||
|
|
||||||
$end = false;
|
$end = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue