Revert "Multi-language support"

This reverts commit f3c99e9f40.
This commit is contained in:
bergware
2020-03-24 07:47:50 +01:00
parent f3c99e9f40
commit 2847e68c8c

View File

@@ -13,7 +13,7 @@
?>
<?
// add translations
if (substr($_SERVER['REQUEST_URI'],0,7) != '/Docker' || substr($_SERVER['REQUEST_URI'],0,5) == '/Apps') {
if (substr($_SERVER['REQUEST_URI'],0,7) != '/Docker') {
$_SERVER['REQUEST_URI'] = 'docker';
require_once "$docroot/webGui/include/Translations.php";
}