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