Skip to content

Commit

Permalink
Adding translation to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Seitanas committed Mar 26, 2018
1 parent e978093 commit 109ede7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions client_index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
include ('functions/config.php');
require_once('functions/functions.php');
require_once('functions/motd.php');
set_lang();
?>
<!DOCTYPE html>
<html lang="en">
Expand Down
6 changes: 2 additions & 4 deletions client_pools.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
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');
if (check_db()<1){
header("Location: $serviceurl/install/");
exit;
}
set_lang();
?>
<!DOCTYPE html>
<html lang="en">
Expand Down

0 comments on commit 109ede7

Please sign in to comment.