diff --git a/web/index.php b/web/index.php index 35c889c9..be1ea8bc 100644 --- a/web/index.php +++ b/web/index.php @@ -5,4 +5,3 @@ if (isset($_SESSION['user'])) { } else { header("Location: /login/"); } -?>