Compare commits

...

2 commits

4 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,8 @@
<?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'])) {

View file

@ -1,5 +1,6 @@
<?php <?php
ob_start(); // Start reading html ob_start(); // Start reading html
header('Location: construction.php');
?> ?>
<?php <?php

View file

@ -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']))
{ {

View file

@ -1,5 +1,7 @@
<?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;