no need to explicitly load the english translations

the default language is now propperly set in the
inc/inc.ClassSettings.php
This commit is contained in:
Uwe Steinmann 2015-08-07 09:13:06 +02:00
parent 57abe53166
commit 5b53df6356

View File

@ -7,9 +7,7 @@ $settings->_rootDir = $rootDir.'/';
$theme = "blue";
include("../inc/inc.Language.php");
include "../languages/en_GB/lang.inc";
include("../inc/inc.ClassUI.php");
$LANG['en_GB'] = $text;
UI::htmlStartPage("INSTALL");
UI::contentHeading("SeedDMS Installation...");