Compare commits

..

No commits in common. "f9a6f38d9b4ee5006b22817054eecfb41ac8b663" and "ba66fdebb1f4e1a48c5611ced38d4027e4c8441b" have entirely different histories.

4 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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

View file

@ -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;