From fe21f1cc32373829c345320e15944a39305c589f Mon Sep 17 00:00:00 2001 From: System Void Date: Tue, 4 Aug 2015 14:44:11 +0100 Subject: [PATCH] Removed closing PHP tags. --- web/login/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/login/index.php b/web/login/index.php index 332f8ee6..cdb98b39 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'); - -?>