Compare commits

...

2 commits

4 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,8 @@
<?php
ob_start(); // Start reading html
header('Location: construction.php');
include "script/db.php";
if(isset($_POST['send'])) {

View file

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

View file

@ -1,5 +1,6 @@
<?php
ob_start(); // Start reading html
header('Location: construction.php');
if(isset($_GET['team']))
{

View file

@ -1,5 +1,7 @@
<?php
ob_start(); // Start reading html
header('Location: construction.php');
include "script/db.php";
$end = false;