mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
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:
parent
57abe53166
commit
5b53df6356
|
@ -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...");
|
||||
|
|
Loading…
Reference in New Issue
Block a user