diff --git a/enigma.php b/enigma.php index 7d0fbfb..a1d2d74 100644 --- a/enigma.php +++ b/enigma.php @@ -2,6 +2,7 @@ ob_start(); // Start reading html include "script/db.php"; +header('Location: construction.php'); if(isset($_POST['send'])) { if(!empty($_POST['answer']) AND !empty($_POST['team'])) { diff --git a/stats.php b/stats.php index fabac01..8a5dce7 100755 --- a/stats.php +++ b/stats.php @@ -1,5 +1,6 @@