diff --git a/web/login/index.php b/web/login/index.php index 332f8ee6c..cdb98b397 100644 --- a/web/login/index.php +++ b/web/login/index.php @@ -90,5 +90,3 @@ if (empty($_SESSION['language'])) $_SESSION['language']='en'; require_once($_SERVER['DOCUMENT_ROOT'].'/inc/i18n/'.$_SESSION['language'].'.php'); require_once('../templates/header.html'); require_once('../templates/login.html'); - -?>