From 109ede7e2bcbb166459167ee9276009be4fc7fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadas=20Ustinavi=C4=8Dius?= Date: Mon, 26 Mar 2018 10:07:51 +0300 Subject: [PATCH] Adding translation to files --- client_index.php | 1 + client_pools.php | 6 ++---- index.php | 6 ++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/client_index.php b/client_index.php index 5c57a79..21ed72b 100644 --- a/client_index.php +++ b/client_index.php @@ -9,6 +9,7 @@ include ('functions/config.php'); require_once('functions/functions.php'); require_once('functions/motd.php'); +set_lang(); ?> diff --git a/client_pools.php b/client_pools.php index 2acabfc..994e203 100644 --- a/client_pools.php +++ b/client_pools.php @@ -3,16 +3,14 @@ KVM-VDI Tadas Ustinavičius -Vilnius University. -Center of Information Technology Development. - Vilnius,Lithuania. -2017-05-03 +2018-03-26 */ include ('functions/config.php'); require_once('functions/functions.php'); slash_vars(); +set_lang(); if ($_SERVER['HTTP_USER_AGENT']=='KVM-VDI client') $html5_client=0; else diff --git a/index.php b/index.php index 1eb36e1..02cc9d6 100644 --- a/index.php +++ b/index.php @@ -3,11 +3,8 @@ KVM-VDI Tadas Ustinavičius -Vilnius University. -Center of Information Technology Development. - Vilnius,Lithuania. -2016-09-06 +2018-03-26 */ include ('functions/config.php'); require_once('functions/functions.php'); @@ -15,6 +12,7 @@ header("Location: $serviceurl/install/"); exit; } +set_lang(); ?>